From 09b752482717fdb5bca75a547a2be17cb2c6928f Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Sun, 27 Apr 2025 19:43:58 +0300 Subject: [PATCH] chore: bump version in flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 019d170..6e7c2db 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ packages.default = pkgs.rustPlatform.buildRustPackage { pname = "hinoirisetr"; - version = "0.1.0"; + version = "0.2.0"; src = ./.;