From 209ec0ac86cac33b8ecab6998da9b09e10b96b12 Mon Sep 17 00:00:00 2001 From: Lacework Date: Thu, 21 Apr 2022 15:54:49 +0000 Subject: [PATCH] ci: version bump to v0.32.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 8a0d6d408..1b2c22b0f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.32.0 \ No newline at end of file +0.32.1-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index 1820fbfb3..fe019bc20 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20220421153346 +// File generated at: 20220421155449 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "0.32.0" +const Version = "0.32.1-dev"