summary history branches tags files
commit:9956b66760de76b5f013e7e6161517100cdd7148
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Sep 30 23:03:03 2020 +0200
parents:ac6e0e879b5a0ba72a2b0771dcac5be4cc2dc3ae
(cargo-release) start next development iteration 0.9.2-rc
diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index c31e931..ae0878b
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "fruitbasket"
-version = "0.9.1"
+version = "0.9.2-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"]