diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-04-06 10:27:33 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-04-06 10:27:33 +0530 |
commit | 64fec78076a44ca63274a134fcbfc641e414bae9 (patch) | |
tree | b18ece18cd1e2192b5402922088502037ff852cb /main.go | |
parent | e616df98557fe57fc942c360f03f7fafbdb965bd (diff) |
added FirmName to userv0.6.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.6.0" +const OPENBILLS_VERSION = "v0.6.1" func init() { if !viper.GetBool("debug_mode") { |