chore: Version 0.3 #136

Open
aniva wants to merge 487 commits from dev into main
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 4217dbcf80 - Show all commits

View File

@ -1,6 +1,6 @@
namespace Pantograph
@[export pantograph_version]
def version := "0.2.19"
def version := "0.2.22"
end Pantograph

View File

@ -22,6 +22,8 @@
flake = {
};
systems = [
"aarch64-linux"
"aarch64-darwin"
"x86_64-linux"
"x86_64-darwin"
];