Update version to 0.2.0

This commit is contained in:
Kiana Sheibani 2023-10-14 00:45:07 -04:00
parent 21e0c62480
commit e51f4e2962
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
5 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@
commonArgs = {
pname = "startrnr";
version = "0.1.0";
version = "0.2.0";
src = craneLib.path ./.;
buildInputs = [ pkgs.openssl pkgs.sqlite ];
nativeBuildInputs = [ pkgs.pkg-config ];