diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-13 22:43:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-07-13 22:43:25 +0530 |
commit | 7088182873febced7c192110477a7a6b509a995d (patch) | |
tree | 3926259b033c3200c5ecdd7cf0ca5b9904461aab /main.go | |
parent | c3821df233523ab715fdf06d54c142394411c968 (diff) |
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.10.0" +const OPENBILLS_VERSION = "v0.10.1" func init() { if !viper.GetBool("debug_mode") { |