From b02d4da97947166a9319ab3c6a1760d6aef4defc Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Thu, 16 Apr 2020 19:38:48 -0700 Subject: [PATCH] Bumped version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d1d620..e34355c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1516,7 +1516,7 @@ dependencies = [ [[package]] name = "polaris" -version = "0.12.0-wip43" +version = "0.12.0" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "ape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 46d95be..f62bc55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polaris" -version = "0.12.0-wip43" +version = "0.12.0" authors = ["Antoine Gersant "] edition = "2018"