Skip to content

Commit 0ab648e

Browse files
author
Hideo Hattori
committed
bump version
1 parent 5e91257 commit 0ab648e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kamasu"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Hideo Hattori <[email protected]>"]
55

66
[dependencies]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mod proxy;
2323

2424
const BASE_PORT: i32 = 60000;
2525
const APP_NAME: &'static str = "kamasu";
26-
const VERSION: &'static str = "0.1.1";
26+
const VERSION: &'static str = "0.1.2";
2727

2828
struct PHPSpawnOption {
2929
host: String,

0 commit comments

Comments
 (0)