Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
vanilla-extracts committed Feb 3, 2024
1 parent 7e9aee3 commit 4eb797c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configuration/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pub fn load_color(string: String) -> Color {

pub fn replace_variable(str: String) -> String {
str.replace("%author%", "Charlotte Thomas")
.replace("%version%", "v2.11.6")
.replace("%version%", "v2.12.2")
.to_string()
}

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ fn main() {
let style = &loaded.clone().prompt_style;
let mut text = &loaded.clone().prompt;
let mut verbose = false;
let version: String = "v2.11.6".to_string();
let version: String = "v2.12.2".to_string();
interface.set_completer(Arc::new(CalcCompleter));
interface
.set_prompt(&format!(
Expand Down

0 comments on commit 4eb797c

Please sign in to comment.