From 5cb746df88373eccba57a87c86acf295aae3aa0a Mon Sep 17 00:00:00 2001 From: edolzhenko Date: Wed, 22 Mar 2017 21:06:01 -0700 Subject: [PATCH] Bump version --- include/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.h b/include/version.h index 28050bd..da22b58 100644 --- a/include/version.h +++ b/include/version.h @@ -25,6 +25,6 @@ #include -const std::string kProgramVersion = "Expansion Hunter v2.0.7"; +const std::string kProgramVersion = "Expansion Hunter v2.0.8"; #endif // VERSION_H_