Skip to content

Commit

Permalink
Tag: v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeajimenezl committed Mar 31, 2022
1 parent 34cb628 commit 4cf3e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Jorge Alejandro Jimenez Luna <[email protected]>

pkgname=proxyswarm
pkgver=0.1.2
pkgver=0.1.4
pkgrel=1
pkgdesc="Lightweight proxy that allows redirect HTTP(S) traffic through a proxy."
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static DEFAULT_CONFIGURATION_FILE_PATH: &str = "./proxyswarm.conf";

fn main() {
let matches = App::new("proxyswarm")
.version("0.1.2")
.version("0.1.4")
.author("Jorge A. Jiménez Luna <[email protected]>")
.about("Proxyswarm is a lightweight proxy that allows redirect HTTP(S) traffic through a proxy.")
.arg(Arg::with_name("verbosity")
Expand Down

0 comments on commit 4cf3e8e

Please sign in to comment.