Skip to content

Commit dddb791

Browse files
committed
Bamp version
1 parent 9d8d8be commit dddb791

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["makemake <vukasin@gostovic.me>, Rainshower Labs, github contributors"]
66
license = "AGPL-3.0-only"

src/config/cache_setup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use sled::Db;
22
use std::sync::Arc;
33

44
pub fn setup_data(cache: Arc<Db>) {
5-
let version_str = "{\"jsonrpc\":\"2.0\",\"id\":null,\"result\":\"blutgang v0.2.0 Myrddin nc; `I won't run away!`\"}";
5+
let version_str = "{\"jsonrpc\":\"2.0\",\"id\":null,\"result\":\"blutgang 0.2.1 Myrddin nc; `I won't run away!`\"}";
66

77
// Insert kv pair `blutgang_is_lb` `true` to know what we're interacting with
88
// `blutgang_is_lb` is cached as a blake3 cache

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.2.0 Myrddin")
8+
.version("0.2.1 Myrddin")
99
.author("makemake <vukasin@gostovic.me> and contributors")
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)