From 2a4e290489d0c666c1037689503a69cfe72e1906 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 31 Oct 2021 18:28:31 +0000 Subject: [PATCH] chore: bump version to 0.5.3-alpha.6 --- set_version.sh | 2 +- src/version.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/set_version.sh b/set_version.sh index d4fc3d4a..ca6facef 100755 --- a/set_version.sh +++ b/set_version.sh @@ -1,3 +1,3 @@ #!/bin/bash -export version=0.5.3-alpha.5 +export version=0.5.3-alpha.6 echo "pub const VERSION: &str = \"${version}\";" > src/version.rs diff --git a/src/version.rs b/src/version.rs index 2e6f4203..0b71a28d 100644 --- a/src/version.rs +++ b/src/version.rs @@ -1 +1 @@ -pub const VERSION: &str = "0.5.3-alpha.5"; +pub const VERSION: &str = "0.5.3-alpha.6";