summary refs log tree commit diff stats
path: root/svc/conf.go
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-09 23:14:56 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-09 23:26:30 -0400
commit45d67236e16365e0c6ea90e9b8baa3008d50996d (patch)
tree4639f792e06633280dfe250fd2eba796b8cb6089 /svc/conf.go
parent3b6d1cc9f8acf82be9f168657b6ecab1eb34721e (diff)
downloadgetwtxt-45d67236e16365e0c6ea90e9b8baa3008d50996d.tar.gz
setting version via build flags
Diffstat (limited to 'svc/conf.go')
-rw-r--r--svc/conf.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/svc/conf.go b/svc/conf.go
index 5f4233b..d85bbee 100644
--- a/svc/conf.go
+++ b/svc/conf.go
@@ -157,9 +157,9 @@ func initConfig() {
 
 	confObj.LastCache = time.Now()
 	confObj.LastPush = time.Now()
-	confObj.Version = getwtxt
+	confObj.Version = Vers
 
-	confObj.Instance.Vers = getwtxt
+	confObj.Instance.Vers = Vers
 	confObj.Instance.Name = viper.GetString("Instance.SiteName")
 	confObj.Instance.URL = viper.GetString("Instance.URL")
 	confObj.Instance.Owner = viper.GetString("Instance.OwnerName")