diff options
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,11 +12,11 @@ import ( "github.com/urfave/cli" - "github.com/gogits/gogs/cmd" - "github.com/gogits/gogs/pkg/setting" + "github.com/gogs/gogs/cmd" + "github.com/gogs/gogs/pkg/setting" ) -const APP_VER = "0.11.48.0426" +const APP_VER = "0.11.56.0611" func init() { setting.AppVer = APP_VER |