From a0613bfd790b27f313470bddc08371bcbf54968d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 10 Sep 2023 23:06:48 +0530 Subject: actually hashing and comparing passwords (not empty strings) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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") { -- cgit v1.2.3