bumped version to 0.2.0

This commit is contained in:
2026-02-19 14:27:21 -05:00
parent 4ea08879a1
commit ff00affc90
3 changed files with 3 additions and 3 deletions

View File

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