From f026af26a7ae87f8f2b6804a638a98c128c075a1 Mon Sep 17 00:00:00 2001 From: Ignacio Nunez Date: Thu, 10 May 2018 18:08:46 +0200 Subject: [PATCH] update version number --- Cargo.toml | 2 +- src/lib.rs | 2 +- 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 "] 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 {