Skip to content

Commit

Permalink
Merge pull request #60 from shotover/8-release
Browse files Browse the repository at this point in the history
Cut 0.0.8 release
  • Loading branch information
benbromhead authored Oct 13, 2020
2 parents f7ace4a + b290780 commit 55efa6b
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 = "shotover-proxy"
version = "0.0.7"
version = "0.0.8"
authors = ["Ben <ben@instaclustr.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use std::net::SocketAddr;
use tokio::runtime;

#[derive(Clap)]
#[clap(version = "0.0.6", author = "Instaclustr")]
#[clap(version = "0.0.8", author = "Instaclustr")]
struct ConfigOpts {
#[clap(short, long, default_value = "config/topology.yaml")]
pub topology_file: String,
Expand Down

0 comments on commit 55efa6b

Please sign in to comment.