diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-19 14:40:49 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-19 14:40:49 +0800 |
commit | 9e8e910bd64e3fd6526ead90f7211fcc1a81964d (patch) | |
tree | 709f40d26a56325abfca42024bd28f0843feeca9 /gogs.go | |
parent | 3da325591b5d8578f575f5fad59595f3c5efe4d6 (diff) | |
parent | 38776a0dd5762b2efbf70ebe98eeecdcd395c185 (diff) | |
download | gitea-9e8e910bd64e3fd6526ead90f7211fcc1a81964d.tar.gz gitea-9e8e910bd64e3fd6526ead90f7211fcc1a81964d.zip |
merge
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import ( // Test that go1.1 tag above is included in builds. main.go refers to this definition. const go11tag = true -const APP_VER = "0.1.0.0317.1" +const APP_VER = "0.1.0.0318.1" func init() { base.AppVer = APP_VER |