diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-04-05 19:09:07 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2024-04-05 19:09:07 +0530 |
commit | 73d7fe9411f4a9a0b849d9b42051e67ca19c25ec (patch) | |
tree | 91035198021ade4b1ec98012d9799827e9d9711c /main.go | |
parent | 10aed3cea7935f2f22ef713cff9839dd16afce48 (diff) |
validating username upon account creationv0.5.0
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") { |