bumped version to 0.3.0

This commit is contained in:
2026-02-24 13:54:41 -05:00
parent 622e9f4a1e
commit 0fc283e966
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
{
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "fern";
version = "0.2.0";
version = "0.3.0";
src = self;