aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-10 13:49:34 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-10 13:49:34 +0530
commit794a9c07ffc7dc72993f5240796dfe643d73ed82 (patch)
tree26e8175982cb00dcd3dc4f099b6b7309ddda2fa1 /main.go
parent8f2180401fd05ba63633d9559dc156f5ca1573ba (diff)
validating email upon user sign upv0.0.7
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 76e2831..f750a4b 100644
--- a/main.go
+++ b/main.go
@@ -37,7 +37,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.0.6"
+const OPENBILLS_VERSION = "v0.0.7"
func init() {
if viper.GetBool("production_mode") {