Update version for next release.

pull/13/head v0.1.3
Joshua Potter 2023-12-13 09:27:11 -07:00
parent b82ce9580f
commit 6fb8b6c516
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
release = pkgs.stdenv.mkDerivation {
pname = "bootstrap";
src = ./.;
version = "0.1.0";
version = "0.1.3";
makeFlags = [ "BUILD=release" "PREFIX=$(out)" ];
dontInstall = true;
};