bump to v0.4.1

This commit is contained in:
Akshay 2021-11-28 13:36:09 +05:30
parent 8b75ed8609
commit a7edc7b471
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -507,7 +507,7 @@ dependencies = [
[[package]]
name = "statix"
version = "0.4.0"
version = "0.4.1"
dependencies = [
"ariadne",
"clap",

View File

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