Skip to content

Commit

Permalink
Prep for bug fix release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
navnavnav committed Apr 24, 2021
1 parent abf54ff commit 89b6aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/Application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
/**
Expand Down

0 comments on commit 89b6aa8

Please sign in to comment.