Unknwon 9 anni fa
parent
commit
3ec650b0ef
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      README.md
  2. 1 1
      gogs.go
  3. 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.0 Beta
+##### Current version: 0.7.1 Beta
 
 <table>
     <tr>

+ 1 - 1
gogs.go

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

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.7.0.1108 Beta
+0.7.1.1108 Beta