Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
C0D3-M4513R committed Jun 14, 2024
1 parent 0842ea8 commit 5a085cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counter/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use crate::counter_or_timer::CounterTimer;
use crate::get_runtime;

const LINK_LATEST:&str = "https://github.com/C0D3-M4513R/time/releases/latest";
const CURRENT_VERSION:&str = "-\tCurrent Version: v0.2.1";
const CURRENT_VERSION:&str = "-\tCurrent Version: v0.2.2";

#[derive(Default, Deserialize, Serialize)]
pub(crate) struct App{
Expand Down

0 comments on commit 5a085cf

Please sign in to comment.