Skip to content

Commit 727563b

Browse files
authored
Merge pull request #52 from shunsock/fix_version_prefix
change version name
2 parents edc54f1 + cbc36b6 commit 727563b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/command_definition.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub(crate) fn command_provider() -> Command {
2121
let now_str: &'static str = Box::leak(now.into_boxed_str());
2222

2323
Command::new("tzt - Timezone Translator")
24-
.version("0.2.0")
24+
.version("0.3.1")
2525
.author("shunsock")
2626
.about("translate time from one timezone to another")
2727
.arg(time())

0 commit comments

Comments
 (0)