Skip to content

Commit

Permalink
Bump version to 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Jun 22, 2020
1 parent 302cbd6 commit 9a5715e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1)
include(GNUInstallDirs)


project(tsl-array-hash VERSION 0.7.0)
project(tsl-array-hash VERSION 0.7.1)

add_library(array_hash INTERFACE)
# Use tsl::array_hash as target, more consistent with other libraries conventions (Boost, Qt, ...)
Expand Down

0 comments on commit 9a5715e

Please sign in to comment.