From 7b862ef3c90663398b0666c4884715f39ee47a34 Mon Sep 17 00:00:00 2001 From: Christopher Desiniotis Date: Fri, 4 Aug 2023 10:35:12 -0700 Subject: [PATCH] Bump version to v0.1.1 Signed-off-by: Christopher Desiniotis --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index 1d0994ae..a40666c3 100644 --- a/versions.mk +++ b/versions.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION ?= v0.1.0 +VERSION ?= v0.1.1 vVERSION := v$(VERSION:v%=%)