From 0d617040fa6b6199226901a2bd0daf39015d11cb Mon Sep 17 00:00:00 2001 From: Lacework Date: Tue, 7 Feb 2023 02:32:45 +0000 Subject: [PATCH] ci: version bump to v1.9.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 ee672d89a..5078217cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.1 \ No newline at end of file +1.9.2-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index 72a1b22af..68e2a7386 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20230207000950 +// File generated at: 20230207023245 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "1.9.1" +const Version = "1.9.2-dev"