aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-03 22:08:12 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-03 22:08:12 +0530
commit620fb2f89b5acd70af4ed075b4797f81a3f1d109 (patch)
tree191bbadfbe77fb71342853b85649b4ee5cb3c2bb /main.go
parentc6bc8d0c6d1c1ab5d26b9e47e0248002d22ecf8f (diff)
validating email addressesv0.0.3
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 7db2d75..ed540d2 100644
--- a/main.go
+++ b/main.go
@@ -37,7 +37,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.0.2"
+const OPENBILLS_VERSION = "v0.0.3"
func init() {
if viper.GetBool("production_mode") {