diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-03 21:08:21 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-03 21:08:21 +0530 | 
| commit | 6922e09f46a24b7bd70db5e78ab1c4a77e59303c (patch) | |
| tree | 4774eb3010fd6b86e5f54bdac2e0bd7bfdaf8dcc /main.go | |
| parent | c6405a7633815042b89bf9de09dc6d78ee7df211 (diff) | |
validating config file
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.1" +const OPENBILLS_VERSION = "v0.0.2"  func init() {  	if viper.GetBool("production_mode") {  |