summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-05 02:42:52 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-05 02:42:52 -0400
commit816c0ed5e7bba89a87689e56c19a29617f5f0ea9 (patch)
treea75a6baf4a476d0962ddf9eb76e946d568584544 /gogs.go
parenta641854cad6dddda551a2995c765e970f7cea8ba (diff)
downloadgitea-816c0ed5e7bba89a87689e56c19a29617f5f0ea9.tar.gz
gitea-816c0ed5e7bba89a87689e56c19a29617f5f0ea9.zip
Fix import path
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 62bbc17949..cb4d43fd88 100644
--- a/gogs.go
+++ b/gogs.go
@@ -20,7 +20,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
-const APP_VER = "0.3.2.0503 Alpha"
+const APP_VER = "0.3.2.0505 Alpha"
func init() {
base.AppVer = APP_VER