diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-02 10:57:29 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-02 10:57:29 -0500 |
commit | e9875edcade5992df68f0467c110f22affa2434a (patch) | |
tree | 48e264dc7d889493647830b8ac131aa9b6e93e73 | |
parent | 7e2ea7639e9cc3f8673fe127fac47c074d4dd29f (diff) | |
download | gitea-e9875edcade5992df68f0467c110f22affa2434a.tar.gz gitea-e9875edcade5992df68f0467c110f22affa2434a.zip |
Update gopmfile
-rw-r--r-- | .gopmfile | 4 | ||||
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | templates/.VERSION | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -11,8 +11,8 @@ github.com/Unknwon/i18n = github.com/Unknwon/macaron = github.com/codegangsta/cli = commit:7381bc4e62 github.com/go-sql-driver/mysql = commit:8111ee3ec3 -github.com/go-xorm/core = commit:750aae0fa5 -github.com/go-xorm/xorm = commit:2d8b3135b1 +github.com/go-xorm/core = +github.com/go-xorm/xorm = github.com/gogits/gfm = commit:40f747a9c0 github.com/gogits/oauth2 = commit:99cbec870a github.com/lib/pq = commit:b021d0ef20 @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.5.6.1027 Beta" +const APP_VER = "0.5.6.1102 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/templates/.VERSION b/templates/.VERSION index 151da6063b..c6d37157f5 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.5.6.1027 Beta
\ No newline at end of file +0.5.6.1102 Beta
\ No newline at end of file |