diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee5ffa57..7b136b90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: with: files: | ${{ matrix.package-files }} - prerelease: false + prerelease: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -149,6 +149,6 @@ jobs: with: files: | ${{ matrix.package-files }} - prerelease: false + prerelease: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Cargo.lock b/Cargo.lock index bbb2cf0b..36033047 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3049,7 +3049,7 @@ checksum = "4a32b378380f4e9869b22f0b5177c68a5519f03b3454fde0b291455ddbae266c" [[package]] name = "weylus" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "autopilot", "bitflags 1.2.1", diff --git a/Cargo.toml b/Cargo.toml index 7766791b..ce00e1c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weylus" -version = "0.10.0" +version = "0.11.0-rc1" authors = ["HMH "] license = "AGPL-3.0-or-later" edition = "2018"