diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-03 20:53:42 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-03 20:53:42 +0530 |
commit | f169571cffeb3ac0404d56ac01ece90c33338113 (patch) | |
tree | 6d868c4a61a80f12a48350c23dc7bc4c803ccb85 /main.go | |
parent | d51f58b8fea22c9dfd64f3a1665d1994697dfa94 (diff) |
setting invoice number as 1 if no invoices existv0.2.1
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.2.0" +const OPENBILLS_VERSION = "v0.2.1" func init() { if !viper.GetBool("debug_mode") { |