Skip to content

Commit

Permalink
Bump version 0.2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Jun 21, 2024
1 parent 6dbf58e commit 3864448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "overtls"
version = "0.2.30"
version = "0.2.31"
edition = "2021"
license = "MIT"
description = "A simple proxy tunnel, minimalist tool for bypassing the GFW."
Expand Down
2 changes: 1 addition & 1 deletion src/cmdopt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub struct CmdOpt {
pub verbosity: ArgVerbosity,

#[arg(short, long)]
/// Daemonize for unix family.
/// Daemonize for unix family or run as service for windows
pub daemonize: bool,

/// Generate URL of the server node for client.
Expand Down

0 comments on commit 3864448

Please sign in to comment.