From a3da143f29e939159df09c3c7417ed602c6d38e5 Mon Sep 17 00:00:00 2001 From: Lacework Date: Fri, 6 Sep 2024 16:25:55 +0000 Subject: [PATCH] ci: version bump to v1.53.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 b49ff684d..b2829a2d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.53.0 \ No newline at end of file +1.53.1-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index aadea1c16..031bb0a56 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240906153709 +// File generated at: 20240906162554 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.53.0" +const Version = "1.53.1-dev"