diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-09 14:15:09 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-09 14:15:09 -0400 |
commit | 5f6bd323f530410c687b17b0251a5a2ffacb755b (patch) | |
tree | d7c96fa01262d7cf26b6b06d58d86dfd942a2014 /gogs.go | |
parent | a773cf1d876d59ab036ebf8a6843bf78da83531e (diff) | |
parent | 8683d2f8570fedad694d0610074296a1452d3942 (diff) | |
download | gitea-5f6bd323f530410c687b17b0251a5a2ffacb755b.tar.gz gitea-5f6bd323f530410c687b17b0251a5a2ffacb755b.zip |
Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
models/oauth2.go
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,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.2.2.0408 Alpha" +const APP_VER = "0.2.2.0409 Alpha" func init() { base.AppVer = APP_VER |