Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sorz committed Jan 10, 2024
1 parent 8925511 commit 65d6969
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-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
run: |
cargo install cargo-deb
cargo deb --target=${{ matrix.platform.target }} --no-build
- name: Packaging binary
- name: Packaging binary for Linux
if: contains(matrix.platform.os, 'ubuntu')
run: xz -kfS "_${GITHUB_REF#*/v}${{ matrix.platform.suffix }}.xz" target/${{ matrix.platform.target }}/release/moproxy
- name: Packaging binary
- name: Packaging binary for Windows
if: contains(matrix.platform.os, 'windows')
run: xz -kf target/${{ matrix.platform.target }}/release/moproxy.exe > "moproxy_${GITHUB_REF#*/v}_${{ matrix.platform.suffix }}.xz"
- name: Release
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 = "moproxy"
version = "0.5.0"
version = "0.5.1"
authors = ["sorz <[email protected]>"]
edition = "2021"
description = "Transparent TCP to SOCKSv5/HTTP proxy on Linux written in Rust"
Expand Down

0 comments on commit 65d6969

Please sign in to comment.