diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-10 14:31:37 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-09-10 14:31:37 +0530 |
commit | c06a671dc4fe213c0e9f10a99d3c6d82396e91e1 (patch) | |
tree | e890393d0c5212b3b1bdcb2bdc55dc4a45bc702a /main.go | |
parent | 794a9c07ffc7dc72993f5240796dfe643d73ed82 (diff) |
using better error messages for 409 Conflictv0.0.8
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ import ( "log" ) -const OPENBILLS_VERSION = "v0.0.7" +const OPENBILLS_VERSION = "v0.0.8" func init() { if viper.GetBool("production_mode") { |