Skip to content

Commit bb77400

Browse files
author
replydev
committed
Version 0.1.4
1 parent 765262d commit bb77400

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.1.3"
3+
version = "0.1.4"
44
authors = ["replydev <[email protected]>"]
55
edition = "2018"
66
description = "Trustworthy command line authenticator app compatible with backups from andOTP, Aegis and so on.. "

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::time::Duration;
1111
use ctrlc;
1212
use otp::otp_helper;
1313

14-
const VERSION: &str = "0.1.3";
14+
const VERSION: &str = env!("CARGO_PKG_VERSION");
1515

1616
#[cfg(debug_assertions)]
1717
fn print_title(){

0 commit comments

Comments
 (0)