diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.0.7" +const OPENBILLS_VERSION = "v0.0.8" func init() { if viper.GetBool("production_mode") { |