Skip to content

Commit

Permalink
Version bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nishtahir committed Jan 10, 2024
1 parent 5da006b commit ab52d10
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 @@ -45,7 +45,7 @@ jobs:
- name: Rename binary
run: mv target/${{ matrix.platform.target }}/release/icicle ${{ matrix.platform.bin }}
- name: Generate SHA-256
run: sha256sum -b ${{ matrix.platform.bin }} > ${{ matrix.platform.bin }}.sha256
run: shasum -a 256 ${{ matrix.platform.bin }} > ${{ matrix.platform.bin }}.sha256
- name: Release binary and SHA-256 checksum to GitHub
uses: softprops/action-gh-release@v1
with:
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
Expand Up @@ -2,7 +2,7 @@
name = "icicle"
description = "CLI for OSS CAD Suite toolchain management"
authors = ["Nish Tahir"]
version = "0.1.2"
version = "0.1.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit ab52d10

Please sign in to comment.