aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-03 21:08:21 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-03 21:08:21 +0530
commit6922e09f46a24b7bd70db5e78ab1c4a77e59303c (patch)
tree4774eb3010fd6b86e5f54bdac2e0bd7bfdaf8dcc /main.go
parentc6405a7633815042b89bf9de09dc6d78ee7df211 (diff)
validating config filev0.0.2
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index cf54d25..7db2d75 100644
--- a/main.go
+++ b/main.go
@@ -37,7 +37,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.0.1"
+const OPENBILLS_VERSION = "v0.0.2"
func init() {
if viper.GetBool("production_mode") {