Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
the2pizza committed Jan 16, 2025
1 parent 48cbe0a commit fde61bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
target/release/api-${{ env.ARCH }}-${{ matrix.os }}
target/release/agent-${{ env.ARCH }}-${{ matrix.os }}
target/release/api-${{ env.ARCH }}
target/release/agent-${{ env.ARCH }}
deploy/install
docs/*
README.md
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 = "pony"
version = "0.0.10-dev"
version = "0.0.11-dev"
edition = "2021"
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion src/bin/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use pony::{

#[derive(Parser)]
#[command(
version = "0.0.10-dev",
version = "0.0.11-dev",
about = "Pony Agent - control tool for Xray/Wireguard"
)]
struct Cli {
Expand Down
2 changes: 1 addition & 1 deletion src/bin/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use pony::{

#[derive(Parser)]
#[command(
version = "0.0.10-dev",
version = "0.0.11-dev",
about = "Pony Api - control tool for Xray/Wireguard"
)]
struct Cli {
Expand Down

0 comments on commit fde61bd

Please sign in to comment.