From f3e940cd983510e8c0eb98fe4496173bec2fcf26 Mon Sep 17 00:00:00 2001 From: github-actions <github-actions@users.noreply.github.com> Date: Fri, 22 Nov 2024 05:08:36 +0000 Subject: [PATCH] Increment runtime version number --- internal/version/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/runtime.go b/internal/version/runtime.go index 2b18bb7..fc8d44e 100644 --- a/internal/version/runtime.go +++ b/internal/version/runtime.go @@ -2,4 +2,4 @@ package version // RuntimeVersion is the numeric version number of the runtime. This is incremented every time a commit is made on // the main branch. This change is then committed to the repo. -const RuntimeVersion int = 8 +const RuntimeVersion int = 9