Skip to content

Commit 2a65cca

Browse files
author
replydev
committed
Version 0.1.0
1 parent bd3f65e commit 2a65cca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cotp"
3-
version = "0.0.9"
3+
version = "0.1.0"
44
authors = ["replydev <replydev@protonmail.com>"]
55
edition = "2018"
66

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fn init() -> Result<(), ()>{
2525
}
2626

2727
fn main() {
28-
let version = "0.0.9";
28+
let version = "0.1.0";
2929
print_title(version);
3030
let init_result = init();
3131
match init_result {

0 commit comments

Comments
 (0)