From cab8036a81f3dff1f61c2ad69422494294265c52 Mon Sep 17 00:00:00 2001 From: Eugen Mayer <136934+EugenMayer@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:41:11 +0100 Subject: [PATCH] Fix missing runtime version update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1220f3..5a79efc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ifdef RUNTIME_VERSION $(info RUNTIME_VERSION defined manually) else - RUNTIME_VERSION := 0.1.6 + RUNTIME_VERSION := 0.1.7 endif build: stop