From 803a58571b286f4ff8ce9d77cd5655a98ec0abaa Mon Sep 17 00:00:00 2001 From: Tact Yoshida Date: Thu, 6 Feb 2020 07:22:57 +0900 Subject: [PATCH] Version bump to 1.1.0 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 7a999ec..7dcdf05 100644 --- a/main.cpp +++ b/main.cpp @@ -10,7 +10,7 @@ #include std::string const TITLE = "CrazyDiskInfo"; -std::string const VERSION = "1.0.2"; +std::string const VERSION = "1.1.0"; constexpr int const STATUS_WIDTH = 83;