Skip to content

Commit

Permalink
Prep for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
navnavnav committed May 9, 2021
1 parent ceb72aa commit d39ca60
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.1.0)
project(Bloom LANGUAGES CXX VERSION 0.1.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 @@ -31,7 +31,7 @@ namespace Bloom
class Application: public Thread
{
public:
static const inline std::string VERSION_STR = "0.1.0";
static const inline std::string VERSION_STR = "0.1.1";

private:
/**
Expand Down

0 comments on commit d39ca60

Please sign in to comment.