From 07c5d733d659911a8536eb48dadef13e8e21bf85 Mon Sep 17 00:00:00 2001 From: Nick Alexander Date: Thu, 5 Jul 2018 16:48:27 -0700 Subject: [PATCH] Bump to version 0.8.0. We've made many breaking changes, especially to error handling, so it's time to bump versions. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3a5061d..5e172d6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ authors = [ "Thom Chiovoloni ", ] name = "mentat" -version = "0.7.0" +version = "0.8.0" build = "build/version.rs" [features]