diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 19:27:42 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 19:27:42 +0530 | 
| commit | d55d43bb4ac0b3114c54a4dd5a1e53c76a3df3a2 (patch) | |
| tree | f80cb7ab32f46df4101833daec66381937b64b1b /main.go | |
| parent | a3884ebb05564951164f4c880d573950299ba85e (diff) | |
properly editing customer detailsv0.13.0
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ import (  	"log"  ) -const OPENBILLS_VERSION = "v0.12.0" +const OPENBILLS_VERSION = "v0.13.0"  func init() {  	if !viper.GetBool("debug_mode") {  |