Prep for v0.3.0

This commit is contained in:
Nav
2021-07-04 01:16:14 +01:00
parent ff5edd68b4
commit 196a280142
2 changed files with 2 additions and 2 deletions

View File

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

View File

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