diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-03 19:23:51 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-03 19:23:51 +0530 | 
| commit | d51f58b8fea22c9dfd64f3a1665d1994697dfa94 (patch) | |
| tree | 59d08944268d372a0b8df131552fb8e3431f2213 /main.go | |
| parent | 9df37d57e454c49b2c55418ad53b6d49a2be2589 (diff) | |
auto-generate invoice number
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.1.0" +const OPENBILLS_VERSION = "v0.2.0"  func init() {  	if !viper.GetBool("debug_mode") {  |