Skip to content

Commit c4eb96e

Browse files
committed
Changed Version to v0.9.0
1 parent 3861150 commit c4eb96e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
// Version holds the current Gitea version
21-
var Version = "v0.0.0"
21+
var Version "v0.9.0+dev"
2222

2323
func init() {
2424
runtime.GOMAXPROCS(runtime.NumCPU())

templates/.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.99-212-g2c92e45
1+
v0.9.0+dev

0 commit comments

Comments
 (0)