From 77f8bad2fb7a6a4ab57b398cb89e6889f76ffe8a Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sat, 3 Feb 2018 10:03:43 -0500 Subject: [PATCH] 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) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c9cea713d..788637f70 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( ) // Version holds the current Gitea version -var Version = "1.4.0-dev" +var Version = "1.5.0-dev" // Tags holds the build tags used var Tags = ""