Skip to content

Commit 77f8bad

Browse files
techknowlogicklafriks
authored andcommitted
Update hard-coded version to 1.5.0-dev (#3450)
Now that 1.4.0 is out the new target is 1.5.0 (See #2390 and #2988 for more context if needed)
1 parent e9e2a9c commit 77f8bad

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.4.0-dev"
24+
var Version = "1.5.0-dev"
2525

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

0 commit comments

Comments
 (0)