diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-01 11:06:03 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-01 11:06:03 -0400 |
commit | afc6cbc4797571a138eb150768fb9276b4da702b (patch) | |
tree | 9b61321c8094dda8ca40378439565f99e839526a | |
parent | 1f059502dcd02a676b792f2ccf16237b5089fc35 (diff) | |
download | gitea-afc6cbc4797571a138eb150768fb9276b4da702b.tar.gz gitea-afc6cbc4797571a138eb150768fb9276b4da702b.zip |
Update tag
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | templates/VERSION | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.4.0.0531 Alpha" +const APP_VER = "0.4.1.0601 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/templates/VERSION b/templates/VERSION index 19ed9971d8..81b6032124 100644 --- a/templates/VERSION +++ b/templates/VERSION @@ -1 +1 @@ -0.4.0.0531 Alpha
\ No newline at end of file +0.4.1.0601 Alpha
\ No newline at end of file |