Skip to content

Commit

Permalink
0.0.9-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
the2pizza committed Jan 16, 2025
1 parent 16fd559 commit 8c86c6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.8-dev"
version = "0.0.9-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.8-dev",
version = "0.0.9-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.8-dev",
version = "0.0.9-dev",
about = "Pony Api - control tool for Xray/Wireguard"
)]
struct Cli {
Expand Down

0 comments on commit 8c86c6f

Please sign in to comment.