diff --git a/README.md b/README.md index 386eda0bca..b03dd1646f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra ![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true) -##### Current version: 0.7.44 Beta +##### Current version: 0.7.44 | Web | UI | Preview | |:-------------:|:-------:|:-------:| diff --git a/gogs.go b/gogs.go index d4bbefd4e6..5dfad6fed7 100644 --- a/gogs.go +++ b/gogs.go @@ -18,7 +18,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.7.44.1211 Beta" +const APP_VER = "0.7.44.1212" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/templates/.VERSION b/templates/.VERSION index 4aa4da533b..d91ea27ada 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.7.44.1211 Beta \ No newline at end of file +0.7.44.1212 \ No newline at end of file diff --git a/templates/admin/org/list.tmpl b/templates/admin/org/list.tmpl index 890ceed3a2..0230f03021 100644 --- a/templates/admin/org/list.tmpl +++ b/templates/admin/org/list.tmpl @@ -18,6 +18,7 @@ {{.i18n.Tr "admin.orgs.members"}} {{.i18n.Tr "admin.users.repos"}} {{.i18n.Tr "admin.users.created"}} + {{.i18n.Tr "admin.users.edit"}} @@ -29,6 +30,7 @@ {{.NumMembers}} {{.NumRepos}} {{DateFmtShort .Created}} + {{end}}