diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-03 01:38:22 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-03 01:38:22 -0400 |
commit | bb0bc0a240acf745001c1cb3f0f64c8fb8ab696b (patch) | |
tree | 1c01cccd2fab6896017c1a90f5551d2eda2d0439 /gogs.go | |
parent | 163fcec59fd110db9edd459a06671962d48d87fa (diff) | |
parent | 7b60756f2c56314af715fa884388a5654bbfb791 (diff) | |
download | gitea-bb0bc0a240acf745001c1cb3f0f64c8fb8ab696b.tar.gz gitea-bb0bc0a240acf745001c1cb3f0f64c8fb8ab696b.zip |
Merge branch 'dev' of github.com:gogits/gogs
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.2 tag above is included in builds. main.go refers to this definition. const go12tag = true -const APP_VER = "0.3.2.0502 Alpha" +const APP_VER = "0.3.2.0503 Alpha" func init() { base.AppVer = APP_VER |