aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-09 22:11:16 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-10-09 22:11:16 +0530
commit48845b9e703756471a98f8b1f1edaa2313763df4 (patch)
tree1883095a68148bad0d0e5daff818616e5137a3c3 /main.go
parent1924bfca2439829253df3598481034e5c586e3e2 (diff)
checking user while adding and removing invoice itemsv0.0.13
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index a1bd010..1a8b655 100644
--- a/main.go
+++ b/main.go
@@ -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") {