Fixed typo in src : version tag
This commit is contained in:
parent
00f8297b1c
commit
f91fd1a19b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use std::path::{Path};
|
|||
use color_print::{cprintln};
|
||||
use clap::{command, Arg, ArgAction};
|
||||
|
||||
const VERSION: &'static str = "0.999999999";
|
||||
const VERSION: &'static str = "0.9";
|
||||
|
||||
fn trim_newline(s: &mut String) {
|
||||
if s.ends_with('\n') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue