Skip to content

Commit

Permalink
Prep for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
navnavnav committed Jun 23, 2021
1 parent c794ead commit 4fe2dcb
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.12)
project(Bloom LANGUAGES CXX VERSION 0.2.0)
project(Bloom LANGUAGES CXX VERSION 0.2.1)

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 @@ -29,7 +29,7 @@ namespace Bloom
class Application: public Thread
{
public:
static const inline std::string VERSION_STR = "0.2.0";
static const inline std::string VERSION_STR = "0.2.1";

private:
/**
Expand Down

0 comments on commit 4fe2dcb

Please sign in to comment.