Browse Source

Finish version update

Samuel W. Flint 3 years ago
parent
commit
abafd883d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flake.nix

+ 1 - 1
flake.nix

@@ -17,7 +17,7 @@
 
           sync-it = pkgs.rustPlatform.buildRustPackage rec {
             name = "sync-it";
-            version = "1.3.0";
+            version = "1.4.0";
 
             src = ./.;