Skip to content

Commit afc6cbc

Browse files
committed
Update tag
1 parent 1f05950 commit afc6cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gogs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/gogits/gogs/modules/setting"
1818
)
1919

20-
const APP_VER = "0.4.0.0531 Alpha"
20+
const APP_VER = "0.4.1.0601 Alpha"
2121

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

templates/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0.0531 Alpha
1+
0.4.1.0601 Alpha

0 commit comments

Comments
 (0)