bump to v0.4.0

This commit is contained in:
Akshay 2021-11-06 14:56:58 +05:30
parent 04f843e5fd
commit 78decf580d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -431,7 +431,7 @@ checksum = "b203e79e90905594272c1c97c7af701533d42adaab0beb3859018e477d54a3b0"
[[package]]
name = "statix"
version = "0.3.6"
version = "0.4.0"
dependencies = [
"ariadne",
"clap",

View File

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