summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnacio Nunez <nacho@ownyourbits.com>2018-05-10 18:08:46 +0200
committerIgnacio Nunez <nacho@ownyourbits.com>2018-05-10 18:11:48 +0200
commitf026af26a7ae87f8f2b6804a638a98c128c075a1 (patch)
treefdc382d80046df8e334382fcdc3d386dad149d8c
parent1f7436781ef518a5567de690026fde0d44989cef (diff)
update version numberv0.2.6
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7aecea..525bfbd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dutree"
-version = "0.2.5"
+version = "0.2.6"
authors = ["nacho <nacho@ownyourbits.com>"]
description = "Command line tool to analyze disk usage"
repository = "https://github.com/nachoparker/dutree"
diff --git a/src/lib.rs b/src/lib.rs
index b1fcae7..40b52bd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -56,7 +56,7 @@ use std::os::linux::fs::MetadataExt;
use std::env;
use std::collections::HashMap;
-const VERSTR : &str = "v0.2.0";
+const VERSTR : &str = "v0.2.6";
const DEF_WIDTH : u16 = 80;
pub enum XResult<T,S> {