Skip to content

Commit f2ff0ee

Browse files
authored
Raised version to 1.1.0 (#468)
1 parent 6aacf4d commit f2ff0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 = "1.0.0+dev"
21+
var Version = "1.1.0+dev"
2222

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

0 commit comments

Comments
 (0)