summaryrefslogtreecommitdiffstats
path: root/model/utils.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-17 13:01:40 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-17 13:01:40 -0700
commitaf4deb2369ee6251d7f49db1d67808b773dd9db7 (patch)
tree51b6d6f6bc5501681f27d07791ea826c38105d55 /model/utils.go
parent9b5198c69c01ff11b0977282b61cf2222ef2f2b1 (diff)
downloadchat-af4deb2369ee6251d7f49db1d67808b773dd9db7.tar.gz
chat-af4deb2369ee6251d7f49db1d67808b773dd9db7.tar.bz2
chat-af4deb2369ee6251d7f49db1d67808b773dd9db7.zip
Making changes to versioning
Diffstat (limited to 'model/utils.go')
-rw-r--r--model/utils.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/utils.go b/model/utils.go
index ee94cafc3..e19cceba5 100644
--- a/model/utils.go
+++ b/model/utils.go
@@ -230,7 +230,7 @@ func IsValidAlphaNum(s string, allowUnderscores bool) bool {
func Etag(parts ...interface{}) string {
- etag := GetFullVersion()
+ etag := CurrentVersion
for _, part := range parts {
etag += fmt.Sprintf(".%v", part)