Skip to content

Commit

Permalink
🔖 [beta-4] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jun 6, 2023
1 parent c55c1fa commit a2744f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion src/Dump/coollab_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Lab {

auto coollab_version() -> std::string
{
return "beta-4 WIP";
return "beta-4";
}

} // namespace Lab

0 comments on commit a2744f2

Please sign in to comment.