]> source.dussan.org Git - gitea.git/commitdiff
v0.6.7
authorUnknwon <u@gogs.io>
Fri, 28 Aug 2015 15:39:58 +0000 (23:39 +0800)
committerUnknwon <u@gogs.io>
Fri, 28 Aug 2015 15:39:58 +0000 (23:39 +0800)
README.md
gogs.go
templates/.VERSION

index 6d526b40a2880c341859994c0a3a94f237a12d8b..f7c31b78fc79731101c8505bc31e25492f53fdc9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
 
 Gogs (Go Git Service) is a painless self-hosted Git service.
 
-##### Current version: 0.6.6 Beta
+##### Current version: 0.6.7 Beta
 
 <table>
     <tr>
diff --git a/gogs.go b/gogs.go
index dc7027878c55bdadf270d5eee418998dbc0364a8..1f0a35f3de473c265aa2b38a2780d9a6ba644a35 100644 (file)
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
        "github.com/gogits/gogs/modules/setting"
 )
 
-const APP_VER = "0.6.6.0828 Beta"
+const APP_VER = "0.6.7.0829 Beta"
 
 func init() {
        runtime.GOMAXPROCS(runtime.NumCPU())
index 7ff14d43a44c2a1c4f24ae89e21635aff086e2b0..03c68a9f79dc625f00d2b33acfeec5106826f3eb 100644 (file)
@@ -1 +1 @@
-0.6.6.0828 Beta
\ No newline at end of file
+0.6.7.0829 Beta
\ No newline at end of file