diff options
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.1" +const OPENBILLS_VERSION = "v0.3.0" func init() { if !viper.GetBool("debug_mode") { |