Skip to content

Commit 720c83d

Browse files
committed
version bump
1 parent 8df3ba9 commit 720c83d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.22)
2-
project(rdf4cpp VERSION 0.0.55)
2+
project(rdf4cpp VERSION 0.0.56)
33
set(POBR_VERSION 3) # Persisted Object Binary Representation
44

55
include(cmake/boilerplate_init.cmake)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ conan remote add dice-group https://conan.dice-research.org/artifactory/api/cona
2424
To use rdf4cpp, add it to your `conanfile.txt`:
2525
```
2626
[requires]
27-
rdf4cpp/0.0.55
27+
rdf4cpp/0.0.56
2828
```
2929

3030
Note:

0 commit comments

Comments
 (0)