diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-12 23:28:54 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-12 23:28:54 +0530 |
commit | 029fe2c7a3532bc3bf435f257cdade240c8f3568 (patch) | |
tree | e4b0488af6b867e3065a11af8d706d139c7176a9 /main.go | |
parent | fd863aadf34b9837bd77587c1d36eb49000a8de7 (diff) |
added get single item routev0.21.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.20.0" +const OPENBILLS_VERSION = "v0.21.0" func init() { if !viper.GetBool("debug_mode") { |