Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Sep 8, 2017
1 parent 5e91257 commit 0ab648e
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 = "kamasu"
version = "0.1.1"
version = "0.1.2"
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 @@ -23,7 +23,7 @@ mod proxy;

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

struct PHPSpawnOption {
host: String,
Expand Down

0 comments on commit 0ab648e

Please sign in to comment.