Prep for bug fix release 0.0.2

This commit is contained in:
Nav
2021-04-24 21:00:01 +01:00
parent abf54ffe9f
commit 89b6aa8015
2 changed files with 2 additions and 2 deletions

View File

@@ -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)