diff --git a/README.md b/README.md
index 5c6f8d91a..715521c36 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language
![Demo](http://gowalker.org/public/gogs_demo.gif)
-##### Current version: 0.2.9 Alpha
+##### Current version: 0.3.0 Alpha
### NOTICES
diff --git a/README_ZH.md b/README_ZH.md
index dca9861ba..349487683 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -5,7 +5,7 @@ Gogs(Go Git Service) 是一个由 Go 语言编写的自助 Git 托管服务。
![Demo](http://gowalker.org/public/gogs_demo.gif)
-##### 当前版本:0.2.9 Alpha
+##### 当前版本:0.3.0 Alpha
## 开发目的
diff --git a/gogs.go b/gogs.go
index 165e76eb5..83d9b9c3e 100644
--- a/gogs.go
+++ b/gogs.go
@@ -19,7 +19,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
-const APP_VER = "0.2.9.0414 Alpha"
+const APP_VER = "0.3.0.0415 Alpha"
func init() {
base.AppVer = APP_VER
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl
index 09467502e..6da6a93d1 100644
--- a/templates/repo/create.tmpl
+++ b/templates/repo/create.tmpl
@@ -47,6 +47,8 @@
{{range .LanguageIgns}}{{end}}
+
+