summary history branches tags files
commit:d017e56db9ea857e7f971659f41d484cc9a57b9e
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Aug 26 17:38:53 2020 +0200
parents:e2189a0b5faf4c3e84c41cfd0bfd68373caa90ff
(cargo-release) start next development iteration 0.9.0
diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index a55ff99..12fd2bc
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "fruitbasket"
-version = "0.9.0"
+version = "0.9.1-rc"
 authors = ["Trevor Bentley <mrmekon@gmail.com>"]
 description = "Framework for running Rust programs in a Mac 'app bundle' environment."
 keywords = ["mac", "osx", "bundle", "cocoa", "appkit"]