Skip to content

Commit

Permalink
release: 0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed Mar 15, 2021
1 parent 23fff90 commit 341d255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
# Let subsequent steps know where to find the (stripped) bin
echo ::set-output name=BIN_PATH::${BIN_PATH}
echo ::set-output name=BIN_NAME::${BIN_NAME}
echo ::set-output name=BIN_NAME::${PROJECT_NAME}-v${PROJECT_VERSION}-${{ matrix.job.target }}
- name: Set testing options
id: test-options
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 = "comtrya"
version = "0.3.15"
version = "0.3.16"
authors = ["David McKay <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 341d255

Please sign in to comment.