diff --git a/CMakeLists.txt b/CMakeLists.txt index 6527d11c..f3523331 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(Bloom LANGUAGES CXX VERSION 0.4.0) +project(Bloom LANGUAGES CXX VERSION 0.4.1) set(CMAKE_VERBOSE_MAKEFILE off) diff --git a/src/Application.hpp b/src/Application.hpp index bab3997a..2b8d6dc4 100644 --- a/src/Application.hpp +++ b/src/Application.hpp @@ -29,7 +29,7 @@ namespace Bloom class Application: public Thread { public: - static const inline std::string VERSION_STR = "0.4.0"; + static const inline std::string VERSION_STR = "0.4.1"; private: /**