From de9bf6385f4cd1d69e8e0ef6be444c5a32091c3a Mon Sep 17 00:00:00 2001 From: Lacework Date: Wed, 30 Oct 2024 17:55:18 +0000 Subject: [PATCH] ci: version bump to v2.1.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 50aea0e7a..35cedad68 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.1.1-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index 901bf3954..7b8f06b8c 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20241030170309 +// File generated at: 20241030175518 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "2.1.0" +const Version = "2.1.1-dev"