diff options
author | skyblue <ssx205@gmail.com> | 2014-03-21 23:36:01 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-03-21 23:36:01 +0800 |
commit | 9a9ae918c527fb04a1f181ad6f967d5969b93c15 (patch) | |
tree | 789d624fcc6949940ae1621bd0fe051578363efc /gogs.go | |
parent | d725c41b56e072122faf539d5a14d36c18f5c312 (diff) | |
parent | 9218f76c8e4a6fafbe6bed1d61eb66ba73bf70f2 (diff) |
Merge branch 'master' 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.1.4.0321" +const APP_VER = "0.1.5.0321" func init() { base.AppVer = APP_VER |