Skip to content

Commit 1843e4b

Browse files
committed
bump version
1 parent 12252d6 commit 1843e4b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "zuko"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
authors = ["Ravern Koh <ravern@taskade.com>"]
55
edition = "2018"
66

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn run_file(path: &str) -> Result<(), RunError> {
3535
}
3636

3737
fn run_repl() -> Result<(), RunError> {
38-
println!("Zuko v0.1.0");
38+
println!("Zuko v1.0.0");
3939

4040
let mut editor = Editor::<()>::new();
4141
editor.set_auto_add_history(true);

0 commit comments

Comments
 (0)