We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edc54f1 + cbc36b6 commit 727563bCopy full SHA for 727563b
src/command/command_definition.rs
@@ -21,7 +21,7 @@ pub(crate) fn command_provider() -> Command {
21
let now_str: &'static str = Box::leak(now.into_boxed_str());
22
23
Command::new("tzt - Timezone Translator")
24
- .version("0.2.0")
+ .version("0.3.1")
25
.author("shunsock")
26
.about("translate time from one timezone to another")
27
.arg(time())
0 commit comments