From d25c70d7fd62de5045423cbee3b83be8e4db0009 Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 18 Jul 2024 16:23:51 +0000 Subject: [PATCH] ci: version bump to v1.52.1-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 d4f820371..ae94500a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.52.0 \ No newline at end of file +1.52.1-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index b54b11f7b..ab028d58a 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240718160216 +// File generated at: 20240718162351 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.52.0" +const Version = "1.52.1-dev"