diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-03 22:29:46 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-03 22:29:46 +0530 |
commit | 46083ff15e16b0b49132af9466bcab7c2ae71322 (patch) | |
tree | bc29d36293c459342c90d6f89b19c8be666ed327 /main.go | |
parent | 620fb2f89b5acd70af4ed075b4797f81a3f1d109 (diff) |
validating phone number and websitev0.0.4
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.3" +const OPENBILLS_VERSION = "v0.0.4" func init() { if viper.GetBool("production_mode") { |