Skip to content

Commit 65d6969

Browse files
committed
Bump version
1 parent 8925511 commit 65d6969

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
run: |
6969
cargo install cargo-deb
7070
cargo deb --target=${{ matrix.platform.target }} --no-build
71-
- name: Packaging binary
71+
- name: Packaging binary for Linux
7272
if: contains(matrix.platform.os, 'ubuntu')
7373
run: xz -kfS "_${GITHUB_REF#*/v}${{ matrix.platform.suffix }}.xz" target/${{ matrix.platform.target }}/release/moproxy
74-
- name: Packaging binary
74+
- name: Packaging binary for Windows
7575
if: contains(matrix.platform.os, 'windows')
7676
run: xz -kf target/${{ matrix.platform.target }}/release/moproxy.exe > "moproxy_${GITHUB_REF#*/v}_${{ matrix.platform.suffix }}.xz"
7777
- name: Release

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "moproxy"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["sorz <[email protected]>"]
55
edition = "2021"
66
description = "Transparent TCP to SOCKSv5/HTTP proxy on Linux written in Rust"

0 commit comments

Comments
 (0)