Prep for v0.1.0

This commit is contained in:
Nav
2021-05-02 16:26:27 +01:00
parent cb9b532012
commit 19b970d160
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
A debug interface for embedded systems development on Linux..
A debug interface for embedded systems development on Linux.
Usage:
bloom [ENVIRONMENT_NAME/COMMAND]

View File

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