aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--customer/customer.go2
-rw-r--r--main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/customer/customer.go b/customer/customer.go
index 21cae9e..6e7d2e5 100644
--- a/customer/customer.go
+++ b/customer/customer.go
@@ -47,7 +47,7 @@ type Customer struct {
gorm.Model
UserID uint `json:"-"`
User user.User `json:"-"`
- Name string
+ FirmName string
Gstin string
ContactName string
Phone string
diff --git a/main.go b/main.go
index 34d4f4c..f3f8e31 100644
--- a/main.go
+++ b/main.go
@@ -38,7 +38,7 @@ import (
"log"
)
-const OPENBILLS_VERSION = "v0.10.1"
+const OPENBILLS_VERSION = "v0.11.0"
func init() {
if !viper.GetBool("debug_mode") {