diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 19:30:02 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-10-10 19:30:02 +0530 |
commit | 05268541100f11b3a0e089adcc1bbb591f4579de (patch) | |
tree | 54231fcc80239e9d1cab6abd5b63d9febb547d3a /main.go | |
parent | d55d43bb4ac0b3114c54a4dd5a1e53c76a3df3a2 (diff) |
Bug fix: phone validation error when editing a clientv0.13.1
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.13.0" +const OPENBILLS_VERSION = "v0.13.1" func init() { if !viper.GetBool("debug_mode") { |