aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2023-02-26 12:13:11 +0800
committerGitHub <noreply@github.com>2023-02-26 12:13:11 +0800
commita98968436cd5841cf691bb0b80c54c81470d1676 (patch)
treebbad4e8792eec0a59d8602c39a2c397b42252996 /gogs.go
parent540134d4436d8da82247dd2cabe9312ca2f5b1f1 (diff)
chore: bump dev version to 0.14 (#7375)
[skip ci]
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 4ec003d2..deaeaf43 100644
--- a/gogs.go
+++ b/gogs.go
@@ -18,7 +18,7 @@ import (
)
func init() {
- conf.App.Version = "0.13.0+dev"
+ conf.App.Version = "0.14.0+dev"
}
func main() {