1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-11 20:18:20 +00:00

[1.0] Added 1.0.2 to changelog (#1000)

* Added 1.0.2 to changelog

* Raised version to 1.0.2
This commit is contained in:
Thomas Boerger
2017-02-21 15:39:30 +01:00
committed by Lunny Xiao
parent 1a5df9e822
commit e2c8d6fcb2
2 changed files with 14 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ import (
)
// Version holds the current Gitea version
var Version = "1.0.0+dev"
var Version = "1.0.2+dev"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())