Skip to content

Commit

Permalink
update version to v0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Nov 23, 2020
1 parent 6b38d28 commit 4f60c19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ jobs:
shell: bash
run: |
release_upload_url="$(cat artifacts/release-upload-url)"
echo "::set-env name=RELEASE_UPLOAD_URL::$release_upload_url"
echo "RELEASE_UPLOAD_URL=${release_upload_url}" >> $GITHUB_ENV
echo "release upload url: $RELEASE_UPLOAD_URL"
release_version="$(cat artifacts/release-version)"
echo "::set-env name=RELEASE_VERSION::$release_version"
echo "RELEASE_VERSION=${release_version}" >> $GITHUB_ENV
echo "release version: $RELEASE_VERSION"
- name: Install Rust
Expand Down
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 = "rblog"
version = "0.51.0"
version = "0.52.0"
authors = ["Prabir Shrestha <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 4f60c19

Please sign in to comment.