diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-02 15:47:19 +0530 | 
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-12-02 15:47:19 +0530 | 
| commit | dc2ed72c3db40684f76acf9b5e71597d6da8fbbd (patch) | |
| tree | 0f2a6f25f5dfd001a2c16358cdf43f66ce25bee7 /main.go | |
| parent | 48845b9e703756471a98f8b1f1edaa2313763df4 (diff) | |
add customer contact info to invoice
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.0.13" +const OPENBILLS_VERSION = "v0.0.14"  func init() {  	if viper.GetBool("production_mode") {  |