Skip to content

Commit

Permalink
v0.11.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed Apr 3, 2021
1 parent f9749b8 commit 929a46f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -149,6 +149,6 @@ jobs:
with:
files: |
${{ matrix.package-files }}
prerelease: false
prerelease: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.10.0"
version = "0.11.0-rc1"
authors = ["HMH <[email protected]>"]
license = "AGPL-3.0-or-later"
edition = "2018"
Expand Down

0 comments on commit 929a46f

Please sign in to comment.