Unknwon 9 years ago
parent
commit
10427b2178
4 changed files with 4 additions and 4 deletions
  1. 1 1
      README.md
  2. 1 1
      gogs.go
  3. 1 1
      routers/admin/notice.go
  4. 1 1
      templates/.VERSION

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
 
 ![](public/img/gogs-large-resize.png)
 
-##### Current version: 0.7.5 Beta
+##### Current version: 0.7.6 Beta
 
 <table>
     <tr>

+ 1 - 1
gogs.go

@@ -17,7 +17,7 @@ import (
 	"github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.7.5.1111 Beta"
+const APP_VER = "0.7.6.1112 Beta"
 
 func init() {
 	runtime.GOMAXPROCS(runtime.NumCPU())

+ 1 - 1
routers/admin/notice.go

@@ -49,5 +49,5 @@ func DeleteNotice(ctx *middleware.Context) {
 	}
 	log.Trace("System notice deleted by admin(%s): %d", ctx.User.Name, id)
 	ctx.Flash.Success(ctx.Tr("admin.notices.delete_success"))
-	ctx.Redirect("/admin/notices")
+	ctx.Redirect(setting.AppSubUrl + "/admin/notices")
 }

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.7.5.1111 Beta
+0.7.6.1112 Beta