Skip to content

Commit

Permalink
v0.9.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed Jul 13, 2020
1 parent 42bdcba commit 2c4c111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
files: |
${{ matrix.package-files }}
prerelease: false
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -126,6 +126,6 @@ jobs:
with:
files: |
${{ matrix.package-files }}
prerelease: false
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "weylus"
version = "0.8.0"
version = "0.9.0"
authors = ["HMH <henry@freedesk.net>"]
license = "AGPL-3.0-or-later"
edition = "2018"
Expand Down

0 comments on commit 2c4c111

Please sign in to comment.