Skip to content

Commit 238bb80

Browse files
techknowlogicklunny
authored andcommitted
Update hard-coded version to 1.4.0-dev (#2988)
Now that 1.3.0 is out the new target is 1.4.0
1 parent 0d4c63f commit 238bb80

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
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
// Version holds the current Gitea version
24-
var Version = "1.3.0-dev"
24+
var Version = "1.4.0-dev"
2525

2626
// Tags holds the build tags used
2727
var Tags = ""

0 commit comments

Comments
 (0)