From 9043703ed11120c605ac5bda7ed9ae44bbfd2142 Mon Sep 17 00:00:00 2001 From: Michal Lesiak Date: Wed, 25 Jan 2023 12:48:22 +0100 Subject: [PATCH] Bump version to 1.1.0 --- README.md | 2 +- packaging/antelopeio-dune/antelopeio-dune.nuspec | 2 +- packaging/generate_package.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 262bad24..d887d575 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ After installation open `cmd.exe` and verify `python --version` returns current 1. Install [Chocolatey](https://docs.chocolatey.org/en-us/choco/setup). 2. In PowerShell run as administrator following command: -`choco install antelopeio-dune --version=1.0.0` +`choco install antelopeio-dune --version=1.1.0` 3. Restart your computer (this is because %PATH% has to be reloaded. In cmd.exe it is enough to run command `refreshenv`). 4. Open PowerShell / cmd.exe and try that following command works: `dune.bat --version`. diff --git a/packaging/antelopeio-dune/antelopeio-dune.nuspec b/packaging/antelopeio-dune/antelopeio-dune.nuspec index bf730eb9..e2d84fba 100644 --- a/packaging/antelopeio-dune/antelopeio-dune.nuspec +++ b/packaging/antelopeio-dune/antelopeio-dune.nuspec @@ -3,7 +3,7 @@ antelopeio-dune - 1.0.0 + 1.1.0 EOS Network Foundation AntelopeIO DUNE EOS Network Foundation diff --git a/packaging/generate_package.sh b/packaging/generate_package.sh index 2c7560fc..7091bb88 100755 --- a/packaging/generate_package.sh +++ b/packaging/generate_package.sh @@ -10,7 +10,7 @@ if [[ ${VARIANT} == "deb" ]]; then fi fi -VERSION_NO_SUFFIX="1.0.0" +VERSION_NO_SUFFIX="1.1.0" VERSION_SUFFIX="dev" VERSION="$VERSION_NO_SUFFIX"-"$VERSION_SUFFIX"