From f5c89600d20ee7257e82fecbcec98fcde8676cd2 Mon Sep 17 00:00:00 2001 From: Steve Axthelm Date: Thu, 17 Aug 2023 14:47:54 -0700 Subject: [PATCH] (maint) Update version to 7.14.1-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 03dae42f55..ddb0b08933 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def pdb-version "7.14.0") +(def pdb-version "7.14.1-SNAPSHOT") (def clj-parent-version "5.5.0")