Version number bump for v0.4.1

This commit is contained in:
Nav
2021-10-04 23:43:14 +01:00
parent 8bb19a0874
commit c046c69085
2 changed files with 2 additions and 2 deletions

View File

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