aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-04 01:46:17 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-04 01:46:17 +0530
commita6087d0a4f177973b9d27e544f85736d90039089 (patch)
tree7f1edc54a6a1175552cbfbabf32283f37aa8bf32 /main.go
parentf169571cffeb3ac0404d56ac01ece90c33338113 (diff)
added API route to get drafts onlyv0.3.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 dd961cf..f4392e2 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.2.1"
+const OPENBILLS_VERSION = "v0.3.0"
func init() {
if !viper.GetBool("debug_mode") {