From 73d7fe9411f4a9a0b849d9b42051e67ca19c25ec Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 5 Apr 2024 19:09:07 +0530 Subject: validating username upon account creation --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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") { -- cgit v1.2.3