Skip to content

Commit 72815f5

Browse files
update the release version
1 parent 24e4d51 commit 72815f5

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frame_build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frame_build"
3-
version = "0.11.2"
3+
version = "0.11.4"
44
authors = ["Eric Walkingshaw <[email protected]>"]
55
edition = "2018"
66

frame_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frame_runtime"
3-
version = "0.11.2"
3+
version = "0.11.4"
44
authors = ["Eric Walkingshaw <[email protected]>"]
55
edition = "2018"
66

framec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framec"
3-
version = "0.11.2"
3+
version = "0.11.4"
44
authors = ["Mark Truluck <[email protected]>"]
55
edition = "2018"
66

framec/src/frame_c/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub struct Cli {
2727
impl Cli {
2828
pub fn new() -> Cli {
2929
let matches = clap::Command::new("framec")
30-
.version("0.11.2")
30+
.version("0.11.4")
3131
.about("Says hello")
3232
.arg(
3333
Arg::new("GENERATE-CONFIG")

framec_tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framec_tests"
3-
version = "0.11.2"
3+
version = "0.11.4"
44
authors = ["Eric Walkingshaw <[email protected]>", "Fernando De la Garza <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)