aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-04-05 19:09:07 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-04-05 19:09:07 +0530
commit73d7fe9411f4a9a0b849d9b42051e67ca19c25ec (patch)
tree91035198021ade4b1ec98012d9799827e9d9711c /main.go
parent10aed3cea7935f2f22ef713cff9839dd16afce48 (diff)
validating username upon account creationv0.5.0
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 21079ee..958f939 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.4.0"
+const OPENBILLS_VERSION = "v0.5.0"
func init() {
if !viper.GetBool("debug_mode") {