Skip to content

Commit

Permalink
chore: bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed Jan 4, 2023
1 parent 46533d2 commit 83631e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ cmake_minimum_required(VERSION 3.10)
if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.12.4)
project(
futures
VERSION 0.1.4
VERSION 0.1.5
DESCRIPTION "C++ Lock-Free Task Programming"
HOMEPAGE_URL "https://alandefreitas.github.io/futures/"
LANGUAGES CXX
)
else ()
project(
futures
VERSION 0.1.4
VERSION 0.1.5
DESCRIPTION "C++ Lock-Free Task Programming"
LANGUAGES CXX
)
Expand Down

0 comments on commit 83631e6

Please sign in to comment.