From 9c1fa1c749a8bb1312c2c690ca1d785e3b1bc6ec Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 22 Nov 2024 05:29:25 +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 fc8d44e..74a37fe 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 = 9 +const RuntimeVersion int = 10