From c3ecf5df60c366186aac9807f4450d31522cb947 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 26 Sep 2024 01:08:19 +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 7a4c157..236b4cf 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 = 4 +const RuntimeVersion int = 5