From 89e07921f18f5307add93382f9da6ce5e5b8ebf9 Mon Sep 17 00:00:00 2001 From: James Houlahan Date: Wed, 12 Oct 2022 14:11:16 +0200 Subject: [PATCH] Other: Bump version --- internal/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/constants/constants.go b/internal/constants/constants.go index ad44045b..c3357246 100644 --- a/internal/constants/constants.go +++ b/internal/constants/constants.go @@ -43,7 +43,7 @@ var ( KeyChainName = "bridge" // Version of the build. - Version = "2.3.0+git" + Version = "2.4.0+git" // AppVersion is the full rendered version of the app (to be used in request headers). AppVersion = getAPIOS() + cases.Title(language.Und).String(ConfigName) + "_" + Version