diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cff4ad65..4dcc6e8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: with: files: | ${{ matrix.package-files }} - prerelease: true + prerelease: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -149,6 +149,6 @@ jobs: with: files: | ${{ matrix.package-files }} - prerelease: true + prerelease: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/Cargo.toml b/Cargo.toml index 5d2a0116..1ca2d633 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weylus" -version = "0.11.0-rc3" +version = "0.11.0" authors = ["HMH "] license = "AGPL-3.0-or-later" edition = "2018"