diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-04 01:46:17 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-04 01:46:17 +0530 |
commit | a6087d0a4f177973b9d27e544f85736d90039089 (patch) | |
tree | 7f1edc54a6a1175552cbfbabf32283f37aa8bf32 /main.go | |
parent | f169571cffeb3ac0404d56ac01ece90c33338113 (diff) |
added API route to get drafts onlyv0.3.0
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.2.1" +const OPENBILLS_VERSION = "v0.3.0" func init() { if !viper.GetBool("debug_mode") { |