From f7e91465f389625bd515776c5a1da05d1626df06 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:19:43 +0100 Subject: [PATCH] build: bump version to 8.12.2 (#12581) * build: bump to 8.12.1 * build: bump version to 8.12.2 --- cmd/intake-receiver/version.go | 2 +- internal/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/intake-receiver/version.go b/cmd/intake-receiver/version.go index c7e8289e29b..31a0ea37258 100644 --- a/cmd/intake-receiver/version.go +++ b/cmd/intake-receiver/version.go @@ -18,4 +18,4 @@ package main // version matches the APM Server's version -const version = "8.12.1" +const version = "8.12.2" diff --git a/internal/version/version.go b/internal/version/version.go index 585ef50624c..97738a7f711 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -18,4 +18,4 @@ package version // Version holds the APM Server version. -const Version = "8.12.1" +const Version = "8.12.2"