aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-04 14:55:24 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-04 14:55:24 +0530
commitbb088225a27d04c8237bfcdc7658a5564e838082 (patch)
tree9f79491a6b3f136863d0a92683fb4dd35ba4c612 /main.go
parenta6087d0a4f177973b9d27e544f85736d90039089 (diff)
added endpoint to get an invoice's items onlyv0.4.0
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 f4392e2..21079ee 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.3.0"
+const OPENBILLS_VERSION = "v0.4.0"
func init() {
if !viper.GetBool("debug_mode") {