aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-03 22:29:46 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-03 22:29:46 +0530
commit46083ff15e16b0b49132af9466bcab7c2ae71322 (patch)
treebc29d36293c459342c90d6f89b19c8be666ed327 /main.go
parent620fb2f89b5acd70af4ed075b4797f81a3f1d109 (diff)
validating phone number and websitev0.0.4
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 ed540d2..2ec24dc 100644
--- a/main.go
+++ b/main.go
@@ -37,7 +37,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.0.3"
+const OPENBILLS_VERSION = "v0.0.4"
func init() {
if viper.GetBool("production_mode") {