diff --git a/build.clj b/build.clj index 5c7e0b2..21c254b 100644 --- a/build.clj +++ b/build.clj @@ -17,7 +17,7 @@ [clojure.tools.build.api :as b])) (def lib-coord 'org.suskalo/coffi) -(def version (format "0.4.%s" (b/git-count-revs nil))) +(def version (format "0.5.%s" (b/git-count-revs nil))) (def resource-dirs ["resources/"]) diff --git a/pom.xml b/pom.xml index 8b013fd..d2a6a67 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.suskalo/coffi - A Foreign Function Interface in Clojure for JDK 17. + A Foreign Function Interface in Clojure for JDK 18. https://github.com/IGJoshua/coffi