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 29c8d6e6..12e62d95 100644
--- a/gogs.go
+++ b/gogs.go
@@ -12,11 +12,11 @@ import (
"github.com/urfave/cli"
- "gogs.io/gogs/cmd"
- "gogs.io/gogs/pkg/setting"
+ "gogs.io/gogs/internal/cmd"
+ "gogs.io/gogs/internal/setting"
)
-const Version = "0.11.95.1023"
+const Version = "0.11.95.1024"
func init() {
setting.AppVer = Version