We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e91257 commit 0ab648eCopy full SHA for 0ab648e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "kamasu"
3
-version = "0.1.1"
+version = "0.1.2"
4
authors = ["Hideo Hattori <[email protected]>"]
5
6
[dependencies]
src/main.rs
@@ -23,7 +23,7 @@ mod proxy;
23
24
const BASE_PORT: i32 = 60000;
25
const APP_NAME: &'static str = "kamasu";
26
-const VERSION: &'static str = "0.1.1";
+const VERSION: &'static str = "0.1.2";
27
28
struct PHPSpawnOption {
29
host: String,
0 commit comments