From 689dac087175231a97912c7128709c955ec426cb Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Fri, 17 Sep 2021 16:24:22 +0200
Subject: [PATCH] REL: Increase julialib and cpplib version numbers

---
 Project.toml     | 2 +-
 src/Constants.jl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Project.toml b/Project.toml
index c62a453..59d0c2f 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 b1e5db7..70b244e 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
-- 
GitLab