From 00bfabdb7dbdce8933ae2cab243ea3afbf5b812e Mon Sep 17 00:00:00 2001 From: Lacework Date: Fri, 16 Apr 2021 19:52:25 +0000 Subject: [PATCH] version bump to v0.6.1-dev --- VERSION | 2 +- api/version.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 09a3acfa1..c950050de 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 \ No newline at end of file +0.6.1-dev \ No newline at end of file diff --git a/api/version.go b/api/version.go index 21b39ff38..b0d32931d 100644 --- a/api/version.go +++ b/api/version.go @@ -1,5 +1,5 @@ // Code generated by: scripts/version_updater.sh -// File generated at: 20210416122357 +// File generated at: 20210416195225 // // <<< DO NOT EDIT >>> // @@ -7,4 +7,4 @@ package api // Version is the semver coming from the VERSION file -const Version = "0.6.0" +const Version = "0.6.1-dev"