Skip to content

Commit

Permalink
Bump version 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Jun 11, 2024
1 parent a493527 commit 8138904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-exe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
run: |
mkdir mypubdir4
rustup target add ${{ matrix.target }}
cargo install cbindgen
if [[ "${{ matrix.host_os }}" == "ubuntu-latest" ]]; then
sudo .github/workflows/install-cross.sh
fi
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "socks-hub"
version = "0.1.13"
version = "0.1.14"
license = "MIT"
repository = "https://github.com/ssrlive/socks-hub"
homepage = "https://github.com/ssrlive/socks-hub"
Expand Down

0 comments on commit 8138904

Please sign in to comment.