aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/gogs.go b/gogs.go
index 294f1411..f237fe4e 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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