From 1f7b296bc7bccc16d4903b5f9cee602c812b6a3d Mon Sep 17 00:00:00 2001 From: Michael Whittaker Date: Fri, 9 Jun 2023 12:58:11 -0700 Subject: [PATCH] Bumped to version 0.14.0. --- runtime/version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/version/version.go b/runtime/version/version.go index 9a200cf11..5263f1638 100644 --- a/runtime/version/version.go +++ b/runtime/version/version.go @@ -47,7 +47,7 @@ const ( // TODO(mwhittaker): Write a doc explaining versioning in detail. Include // Srdjan's comments in PR #219. Major = 0 - Minor = 13 + Minor = 14 Patch = 0 ) @@ -64,7 +64,7 @@ var version string func init() { // Make sure that the hardcoded string reflects the values of Major, Minor and // Patch. - version = "⟦wEaVeRvErSiOn:0.13.0⟧" + version = "⟦wEaVeRvErSiOn:0.14.0⟧" } // ReadVersion reads version (major, minor, patch) from the specified binary.