Skip to content

Commit f17e7d5

Browse files
committed
release: remove dev version notion
1 parent 720cb5f commit f17e7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gogs.go

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

2020
func init() {
21-
conf.App.Version = "0.12.0+dev"
21+
conf.App.Version = "0.12.0"
2222
}
2323

2424
func main() {

0 commit comments

Comments
 (0)