From 97c6daafb55001b4c33aae96b890b14d171d8c59 Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 29 Feb 2024 21:01:00 +0000 Subject: [PATCH] ci: version bump to v1.46.4-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 de38ac49b..3467546fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.46.3 \ No newline at end of file +1.46.4-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index e798d9b7e..7e3645a38 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20240229203619 +// File generated at: 20240229210100 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.46.3" +const Version = "1.46.4-dev"