diff --git a/Project.toml b/Project.toml index c62a453e14cf635f708a9b60c85da966b1d9cddc..59d0c2fb56947680b63b3c11c5b5e479eecf8e0e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CaosDB" uuid = "091fdcf5-a163-4d8f-97f4-9adce40cd04e" authors = ["florian <f.spreckelsen@inidscale.com>"] -version = "0.0.3" +version = "0.0.4" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" diff --git a/src/Constants.jl b/src/Constants.jl index b1e5db73dc4672aa719861d5cf58e5fc918d9939..70b244eb3f7c545472325f2d49e608aea75fd241 100644 --- a/src/Constants.jl +++ b/src/Constants.jl @@ -29,6 +29,6 @@ export MIN_CCAOSDB_VERSION The minimum version of CaosDB's cpplib and C interface that is supported by this version of CaosDB.jl. """ -const MIN_CCAOSDB_VERSION = v"0.0.16" +const MIN_CCAOSDB_VERSION = v"0.0.17" end