Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Sep 13, 2017
1 parent b5d2a9c commit d52d612
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "kamasu"
version = "0.1.2"
version = "0.2.0"
authors = ["Hideo Hattori <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ mod http2;

const BASE_PORT: i32 = 60000;
const APP_NAME: &'static str = "kamasu";
const VERSION: &'static str = "0.1.2";
const VERSION: &'static str = "0.2.0";

struct PHPSpawnOption {
host: String,
Expand Down

0 comments on commit d52d612

Please sign in to comment.