Prep for v0.1.1

This commit is contained in:
Nav
2021-05-09 01:24:01 +01:00
parent ceb72aa04d
commit d39ca609bc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12) cmake_minimum_required(VERSION 3.12)
project(Bloom LANGUAGES CXX VERSION 0.1.0) project(Bloom LANGUAGES CXX VERSION 0.1.1)
set(CMAKE_VERBOSE_MAKEFILE off) set(CMAKE_VERBOSE_MAKEFILE off)

View File

@@ -31,7 +31,7 @@ namespace Bloom
class Application: public Thread class Application: public Thread
{ {
public: public:
static const inline std::string VERSION_STR = "0.1.0"; static const inline std::string VERSION_STR = "0.1.1";
private: private:
/** /**