diff options
author | Unknwon <u@gogs.io> | 2016-07-23 15:59:19 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-23 15:59:19 +0800 |
commit | c912494609470f10401594391c6f2763684cb624 (patch) | |
tree | 1f8c047fbb9ed1ae0f852d8899cb037dfd80a47e /gogs.go | |
parent | 69dae1ec1c5265e815c8b0fedff3399438e2e380 (diff) | |
download | gitea-c912494609470f10401594391c6f2763684cb624.tar.gz gitea-c912494609470f10401594391c6f2763684cb624.zip |
#3076 detect invalid tag name git error
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.48.0722" +const APP_VER = "0.9.49.0723" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |