[snowpatch] [PATCH] Update version to 0.3.0-alpha
Michael Ellerman
mpe at ellerman.id.au
Mon Feb 25 22:13:52 AEDT 2019
It's confusing for users that the git tree produces a snowpatch that
claims to be 0.2.0 but is not the same as the 0.2.0 release.
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index d17b0cf..ec8e937 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@
[package]
name = "snowpatch"
-version = "0.2.0"
+version = "0.3.0-alpha"
authors = ["Russell Currey <ruscur at russell.cc>",
"Andrew Donnellan <andrew.donnellan at au1.ibm.com>"]
homepage = "https://github.com/ruscur/snowpatch"
--
2.20.1
More information about the snowpatch
mailing list