From 1f21570c38d4f4943d0d2a11539fbbd4127e67f5 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 3 Aug 2018 15:44:31 -0700 Subject: [PATCH] Bump version to 0.0.0 --- publish-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-all.sh b/publish-all.sh index d1d936fc2e..9151920377 100755 --- a/publish-all.sh +++ b/publish-all.sh @@ -9,7 +9,7 @@ topdir=$(dirname "$0") cd "$topdir" # All the wasmtime-* crates have the same version number -version="0.1.0" +version="0.0.0" # Update all of the Cargo.toml files. #