From a9e3ed090dbdd78d55a72e8f0faa7f88a8b1a025 Mon Sep 17 00:00:00 2001 From: Joshua Suskalo Date: Thu, 7 Jul 2022 09:45:04 -0500 Subject: [PATCH] Bump minor version --- build.clj | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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