Skip to content

Commit

Permalink
Merge pull request #30 from OpenMatchmaking/release-1.1
Browse files Browse the repository at this point in the history
Release 1.1
  • Loading branch information
Relrin authored Jan 25, 2019
2 parents 90bc5da + 1e98761 commit 1377f80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pathfinder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pathfinder"
version = "1.0.0"
version = "1.1.0"
authors = ["Valeryi Savich <[email protected]>"]
repository = "https://github.com/OpenMatchmaking/pathfinder"
readme = "../README.md"
Expand Down
2 changes: 1 addition & 1 deletion pathfinder/Dockerfile_pathfinder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.31-stretch
FROM rust:1.32-stretch

COPY ./ /code
WORKDIR /code
2 changes: 1 addition & 1 deletion pathfinder/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use structopt::StructOpt;
#[derive(StructOpt, Debug)]
#[structopt(
name = "Pathfinder",
version = "1.0.0",
version = "1.1.0",
about = "WebSocket-over-RabbitMQ reverse proxy",
raw(setting = "clap::AppSettings::DeriveDisplayOrder")
)]
Expand Down

0 comments on commit 1377f80

Please sign in to comment.