Commit f966136 1 parent 67d65ca commit f966136 Copy full SHA for f966136
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ name = "carlo"
13
13
description = " A simple interpreted programming language."
14
14
license = " MIT"
15
15
repository = " https://github.com/hobbsbros/carlo.git"
16
- version = " 0.12.0 "
16
+ version = " 0.12.1 "
17
17
edition = " 2021"
18
18
19
19
[[bin ]]
@@ -27,7 +27,7 @@ rustyline = "13.0.0"
27
27
[dependencies .carlotk ]
28
28
path = " ./carlotk"
29
29
package = " carlotk"
30
- version = " 0.12.0 "
30
+ version = " 0.12.1 "
31
31
32
32
[dependencies .help ]
33
33
path = " ./subcommands/help"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "carlotk"
3
3
description = " The main library for Carlo, a simple interpreted programming language."
4
4
license = " MIT"
5
5
repository = " https://github.com/hobbsbros/carlo.git"
6
- version = " 0.12.0 "
6
+ version = " 0.12.1 "
7
7
edition = " 2021"
8
8
9
9
[lib ]
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ pub use unit::{
49
49
UNITS ,
50
50
} ;
51
51
52
- pub const VERSION : & str = "0.11.0 " ;
52
+ pub const VERSION : & str = "0.12.1 " ;
53
53
54
54
/// A prelude for writing subcommands.
55
55
pub mod prelude {
You can’t perform that action at this time.
0 commit comments