From 1fa1ff303f9901136a855da19a30cad6bfe8863c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20L=C3=BCdtke?= Date: Thu, 29 Jun 2023 16:53:06 +0200 Subject: [PATCH] Release v3.15.0 --- VERSION | 2 +- besticon/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 5ef3202e..64d4aab1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.14.0 +v3.15.0 diff --git a/besticon/version.go b/besticon/version.go index f8e8f6d2..81a4e385 100644 --- a/besticon/version.go +++ b/besticon/version.go @@ -1,4 +1,4 @@ package besticon // Version string, same as VERSION, generated my Make -const VersionString = "v3.14.0" +const VersionString = "v3.15.0"