From 854bbaeae6d8655cb42851a12a50a3b0925ca71a Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 7 Mar 2024 22:37:50 +0000 Subject: [PATCH] ci: version bump to v1.47.2-dev Signed-off-by: Lacework --- VERSION | 2 +- api/version.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 722a6c9b6..2b929ccf3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.47.1 \ No newline at end of file +1.47.2-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index ca5f867b5..3ece0cf55 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240307203213 +// File generated at: 20240307223750 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.47.1" +const Version = "1.47.2-dev"