aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-10 23:06:48 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-09-10 23:06:48 +0530
commita0613bfd790b27f313470bddc08371bcbf54968d (patch)
treeb7be2848305ca84c3e4f9b62a34124b7a84e780c /main.go
parentc06a671dc4fe213c0e9f10a99d3c6d82396e91e1 (diff)
actually hashing and comparing passwords (not empty strings)v0.0.9
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 fb93766..18b2d44 100644
--- a/main.go
+++ b/main.go
@@ -37,7 +37,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.0.8"
+const OPENBILLS_VERSION = "v0.0.9"
func init() {
if viper.GetBool("production_mode") {