From a2744f23bdc067469959a55a0a674e72091cf228 Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Tue, 6 Jun 2023 09:06:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20[beta-4]=20Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 4 ++-- src/Dump/coollab_version.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 1a66419a..d6789394 100644 --- a/changelog.md +++ b/changelog.md @@ -1,12 +1,12 @@ # Changelog -- [🐣beta-4 WIP](#beta-4-wip) +- [🐣beta-4](#beta-4) - [🐣beta-3](#beta-3) - [🐣beta-2](#beta-2) - [🐣beta-1](#beta-1) - [🐣beta-0](#beta-0) -## 🐣beta-4 WIP +## 🐣beta-4 - ✨ Improved quite a few existing nodes. - ✨ Added new nodes. Check out our "Cloud" renderer for 3D Shapes! diff --git a/src/Dump/coollab_version.cpp b/src/Dump/coollab_version.cpp index d25a882d..9da475b1 100644 --- a/src/Dump/coollab_version.cpp +++ b/src/Dump/coollab_version.cpp @@ -4,7 +4,7 @@ namespace Lab { auto coollab_version() -> std::string { - return "beta-4 WIP"; + return "beta-4"; } } // namespace Lab \ No newline at end of file