diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-09 22:11:16 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-09 22:11:16 +0530 | 
| commit | 48845b9e703756471a98f8b1f1edaa2313763df4 (patch) | |
| tree | 1883095a68148bad0d0e5daff818616e5137a3c3 /main.go | |
| parent | 1924bfca2439829253df3598481034e5c586e3e2 (diff) | |
checking user while adding and removing invoice items
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ import (  	"log"  ) -const OPENBILLS_VERSION = "v0.0.12" +const OPENBILLS_VERSION = "v0.0.13"  func init() {  	if viper.GetBool("production_mode") {  |