From eb2f12ac7366fd33e741c5499e3896167fcee8fb Mon Sep 17 00:00:00 2001 From: Luca Carlon Date: Fri, 10 Apr 2020 07:30:20 +0200 Subject: [PATCH] Updated version. --- logcat-colorize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logcat-colorize.cpp b/logcat-colorize.cpp index b615a88..e089cbf 100644 --- a/logcat-colorize.cpp +++ b/logcat-colorize.cpp @@ -45,7 +45,7 @@ using namespace std; const string NAME = "logcat-colorize"; -const string VERSION = "0.8.0"; +const string VERSION = "0.8.1"; const int SUCCESS = 0; const int ERROR_UNKNOWN = 1;