aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-09 10:20:31 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-09 10:20:31 +0530
commit8f2180401fd05ba63633d9559dc156f5ca1573ba (patch)
treef3d2f59b04d5940bc5028904d6ce9d551aace86a /main.go
parentcba9f19ba50c60576a5961e89c24caefca52d740 (diff)
logging in with either username or emailv0.0.6
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 5dda554..76e2831 100644
--- a/main.go
+++ b/main.go
@@ -37,7 +37,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.0.5"
+const OPENBILLS_VERSION = "v0.0.6"
func init() {
if viper.GetBool("production_mode") {