Prep for bug fix release 0.0.2

This commit is contained in:
Nav
2021-04-24 21:00:01 +01:00
parent abf54ffe9f
commit 89b6aa8015
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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:
/**