From a8f6ca1e74af412daedfb90f1086619a1bc2670b Mon Sep 17 00:00:00 2001 From: Lacework Date: Wed, 30 Oct 2024 23:55:41 +0000 Subject: [PATCH] ci: version bump to v2.1.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 7c3272873..3d9819c57 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.1.2-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index e7e013dee..390864487 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20241030233107 +// File generated at: 20241030235541 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "2.1.1" +const Version = "2.1.2-dev"