bump to v0.3.1

This commit is contained in:
Akshay 2021-10-29 18:50:01 +05:30
parent 81ce42286c
commit 246c69f8cf
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -388,7 +388,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0"
[[package]]
name = "statix"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"ariadne",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "statix"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
license = "MIT"
authors = [ "Akshay <nerdy@peppe.rs>" ]

View File

@ -49,7 +49,7 @@
statix = with final; pkgs.stdenv.mkDerivation {
pname = "statix";
version = "v0.3.0";
version = "v0.3.1";
src = builtins.path {
path = ./.;
name = "statix";