Skip to content

Commit d52d612

Browse files
author
Hideo Hattori
committed
version bump
1 parent b5d2a9c commit d52d612

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2"
3+
version = "0.2.0"
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
@@ -27,7 +27,7 @@ mod http2;
2727

2828
const BASE_PORT: i32 = 60000;
2929
const APP_NAME: &'static str = "kamasu";
30-
const VERSION: &'static str = "0.1.2";
30+
const VERSION: &'static str = "0.2.0";
3131

3232
struct PHPSpawnOption {
3333
host: String,

0 commit comments

Comments
 (0)