diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-03 22:08:12 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-03 22:08:12 +0530 |
commit | 620fb2f89b5acd70af4ed075b4797f81a3f1d109 (patch) | |
tree | 191bbadfbe77fb71342853b85649b4ee5cb3c2bb /main.go | |
parent | c6bc8d0c6d1c1ab5d26b9e47e0248002d22ecf8f (diff) |
validating email addressesv0.0.3
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.0.2" +const OPENBILLS_VERSION = "v0.0.3" func init() { if viper.GetBool("production_mode") { |