Skip to content

Commit

Permalink
Bamp version
Browse files Browse the repository at this point in the history
  • Loading branch information
makemake-kbo committed Nov 22, 2023
1 parent 9d8d8be commit dddb791
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blutgang"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["makemake <[email protected]>, Rainshower Labs, github contributors"]
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion src/config/cache_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use sled::Db;
use std::sync::Arc;

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

// Insert kv pair `blutgang_is_lb` `true` to know what we're interacting with
// `blutgang_is_lb` is cached as a blake3 cache
Expand Down
2 changes: 1 addition & 1 deletion src/config/cli_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use clap::{

pub fn create_match() -> clap::Command {
Command::new("blutgang")
.version("0.2.0 Myrddin")
.version("0.2.1 Myrddin")
.author("makemake <[email protected]> and contributors")
.about("Blutgang load balancer and cache. For more info read the wiki: https://github.com/rainshowerLabs/blutgang/wiki")
.arg(Arg::new("rpc_list")
Expand Down

0 comments on commit dddb791

Please sign in to comment.