diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-04 21:33:42 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-10-04 21:33:42 +0530 | 
| commit | d8c1d5fedfac65a79490120195e273b5d5fc75e9 (patch) | |
| tree | 7b2b4c6042c693cdd4c827ea9989cfc1bd82ca5d /main.go | |
| parent | a0613bfd790b27f313470bddc08371bcbf54968d (diff) | |
added basic token refreshing
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.9" +const OPENBILLS_VERSION = "v0.0.10"  func init() {  	if viper.GetBool("production_mode") {  |