aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gogs.go2
-rw-r--r--templates/.VERSION2
2 files changed, 2 insertions, 2 deletions
diff --git a/gogs.go b/gogs.go
index 472c2e53..894bfa0e 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.44.0409"
+const APP_VER = "0.11.45.0412"
func init() {
setting.AppVer = APP_VER
diff --git a/templates/.VERSION b/templates/.VERSION
index dc0b0c9d..f190d629 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.11.44.0409 \ No newline at end of file
+0.11.45.0412 \ No newline at end of file