From 004ca3a7ed28fcf0179af28d3b3cf801cec103a0 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Tue, 5 May 2020 19:02:03 -0400 Subject: [PATCH] bump version to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e54e45c..d305337 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.7.0" +version = "0.8.0" description = "SASS compiler" readme = "README.md" license = "MIT"