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;