Skip to content

Commit b9675d2

Browse files
committed
bump version
1 parent 8d77884 commit b9675d2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blutgang"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["makemake <vukasin@gostovic.me>, Rainshower Labs, github contributors"]
66
license = "AGPL-3.0-only"

src/config/cli_args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use clap::{
55

66
pub fn create_match() -> clap::Command {
77
Command::new("blutgang")
8-
.version("0.1.1")
8+
.version("0.1.2")
99
.author("makemake <vukasin@gostovic.me>")
1010
.about("Blutgang load balancer and cache. For more info read the wiki: https://github.com/rainshowerLabs/blutgang/wiki")
1111
.arg(Arg::new("rpc_list")

0 commit comments

Comments
 (0)