diff options
author | Unknwon <u@gogs.io> | 2018-04-12 10:57:43 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-04-12 10:57:43 -0400 |
commit | cb47595f13a4671280f09c1e07b651559ae4f261 (patch) | |
tree | b258bc321ecfa33cea4e3662f4bf4d3c358fe85f | |
parent | c59704a24bf1c4f029c165507975c40409c339b3 (diff) |
Bump version
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | templates/.VERSION | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |