incremented version to 0.0.1

This commit is contained in:
benton 2021-07-28 17:01:43 -05:00
parent 9241f845e8
commit 75f0c053ec

View file

@ -17,7 +17,7 @@
in {
defaultPackage.x86_64-linux = nixpkgs.stdenv.mkDerivation {
pname = "knock";
version = "0.0.0";
version = "0.0.1";
src = self;
nativeBuildInputs = [ nixpkgs.makeWrapper ];
buildInputs = [