From 89b6aa8015fcf4fc0cbb40e515e8afd8762cccdb Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 24 Apr 2021 21:00:01 +0100 Subject: [PATCH] Prep for bug fix release 0.0.2 --- CMakeLists.txt | 2 +- src/Application.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a00b8bcd..7ccf2c6e 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(Bloom LANGUAGES CXX VERSION 0.0.1) +project(Bloom LANGUAGES CXX VERSION 0.0.2) set(CMAKE_VERBOSE_MAKEFILE off) diff --git a/src/Application.hpp b/src/Application.hpp index 9f60066e..56a89746 100644 --- a/src/Application.hpp +++ b/src/Application.hpp @@ -31,7 +31,7 @@ namespace Bloom class Application: public Thread { public: - static const inline std::string VERSION_STR = "0.0.1"; + static const inline std::string VERSION_STR = "0.0.2"; private: /**