From 4757a48c2df2827d61f9143f0b95c659e10f2f9a Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Tue, 21 Jan 2020 15:38:01 +0100 Subject: [PATCH 1/3] chore: update default version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c67eaf7692e1d..6f3ff4288c4a5 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ import ( var ( // Version holds the current Gitea version - Version = "1.9.0-dev" + Version = "1.12.0-dev" // Tags holds the build tags used Tags = "" // MakeVersion holds the current Make version if built with make From 048fd545f472309d800f1432363188813a626b0a Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Tue, 21 Jan 2020 19:16:57 +0100 Subject: [PATCH 2/3] use develop Co-Authored-By: 6543 <6543@obermui.de> --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 6f3ff4288c4a5..1567dc3df52cf 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ import ( var ( // Version holds the current Gitea version - Version = "1.12.0-dev" + Version = "develop" // Tags holds the build tags used Tags = "" // MakeVersion holds the current Make version if built with make From 6ac6097f17dada9b4fa3d23dfae0fc1a4a95f146 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Sat, 25 Jan 2020 13:33:20 +0100 Subject: [PATCH 3/3] Update main.go Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1567dc3df52cf..6ec272c9af9c2 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ import ( var ( // Version holds the current Gitea version - Version = "develop" + Version = "development" // Tags holds the build tags used Tags = "" // MakeVersion holds the current Make version if built with make