Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
liss-h committed Aug 20, 2024
1 parent 6bf7509 commit d61f38a
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
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.24)
project(dice-sparse-map
VERSION 0.2.7
VERSION 0.2.8
DESCRIPTION "C++ implementation of a memory efficient hash map and hash set based on [tsl::sparse_map](https://github.com/Tessil/sparse-map). We added support for fancy pointers.")
set(POBR_VERSION 1) # Persisted Object Binary Representation Version

Expand Down

0 comments on commit d61f38a

Please sign in to comment.