aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-08-22 21:36:28 +0800
committerGitHub <noreply@github.com>2020-08-22 21:36:28 +0800
commit05477f1d294dc43f36c4a3b3b9575a96aea66a67 (patch)
tree236284a4c94d4622aedc1e2c138599e74916d6e9
parentac4a708307c40141f832319fd4235ca2d2bc0593 (diff)
app: update dev version (#6266)
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 67428817..74458166 100644
--- a/gogs.go
+++ b/gogs.go
@@ -18,7 +18,7 @@ import (
)
func init() {
- conf.App.Version = "0.12.0+dev"
+ conf.App.Version = "0.13.0+dev"
}
func main() {