Fixed typo in src : version tag

This commit is contained in:
Andrew Schott 2024-12-11 12:37:28 -06:00
parent 00f8297b1c
commit f91fd1a19b

View file

@ -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') {