Skip to content

Commit

Permalink
Bump version 0.2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Sep 17, 2024
1 parent e147003 commit 87a94c6
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.34"
version = "0.2.35"
edition = "2021"
license = "MIT"
description = "A simple proxy tunnel, minimalist tool for bypassing the GFW."
Expand Down
2 changes: 1 addition & 1 deletion src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn main() -> Result<(), BoxError> {

dotenvy::dotenv().ok();

let level = format!("{}={:?}", module_path!(), opt.verbosity);
let level = format!("overtls={:?}", opt.verbosity);
env_logger::Builder::from_env(env_logger::Env::default().default_filter_or(level)).init();

let is_server = opt.is_server();
Expand Down

0 comments on commit 87a94c6

Please sign in to comment.