From ed1ce1faa606d87d60b5966c2fc50e1bca0366b5 Mon Sep 17 00:00:00 2001 From: cohix Date: Mon, 21 Feb 2022 14:12:21 -0500 Subject: [PATCH] version bumps and changelog for Beta-4 --- builder/.image-ver | 2 +- changelogs/v0.4.0.md | 1 + subo/release/version.go | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/v0.4.0.md diff --git a/builder/.image-ver b/builder/.image-ver index 3e13853a..01e994d3 100644 --- a/builder/.image-ver +++ b/builder/.image-ver @@ -1 +1 @@ -v0.3.2 \ No newline at end of file +v0.4.0 \ No newline at end of file diff --git a/changelogs/v0.4.0.md b/changelogs/v0.4.0.md new file mode 100644 index 00000000..cb3df2bb --- /dev/null +++ b/changelogs/v0.4.0.md @@ -0,0 +1 @@ +Subo Beta-4 brings the ability to create and build JavaScript and TypeScript Runnables. \ No newline at end of file diff --git a/subo/release/version.go b/subo/release/version.go index e520bfc5..6cfb05d2 100644 --- a/subo/release/version.go +++ b/subo/release/version.go @@ -2,7 +2,7 @@ package release // SuboDotVersion represents the dot version for subo // it is also the image tag used for builders. -var SuboDotVersion = "0.3.2" +var SuboDotVersion = "0.4.0" // FFIVersion is the FFI version used by this version of subo. var FFIVersion = "0.15.0"