diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-14 07:35:05 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-14 07:35:05 +0530 |
commit | 9de7dcb3b45a86ee0de0e2b6f3044a859ed5ea08 (patch) | |
tree | 0968c46e2d6f28c38e2f6fa0e946ca03404a9bb2 /main.go | |
parent | 0f435049cb3cc6900d881c5dce43bec3a1e60e2e (diff) |
moved item's gst % to item not its variantv0.23.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.22.0" +const OPENBILLS_VERSION = "v0.23.0" func init() { if !viper.GetBool("debug_mode") { |