1
0
Fork 0
mirror of https://github.com/nachoparker/dutree synced 2024-04-27 04:05:02 +02:00

fix version reporting

Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
nachoparker 2020-05-29 15:28:06 -06:00
parent c70ecc9e65
commit 9cab8ec299

View File

@ -59,7 +59,7 @@ use std::os::unix::fs::MetadataExt;
use std::env;
use std::collections::HashMap;
const VERSTR : &str = "v0.2.9";
const VERSTR : &str = "v0.2.15";
const DEF_WIDTH : u16 = 80;
pub enum XResult<T,S> {