From 863f8786f2b3bf1512a8a349bd1baaa543a56433 Mon Sep 17 00:00:00 2001 From: Nick Burgan <13688219+nmburgan@users.noreply.github.com> Date: Mon, 11 May 2026 11:55:14 -0700 Subject: [PATCH] Bump version to 5.4.0-SNAPSHOT Signed-off-by: Nick Burgan <13688219+nmburgan@users.noreply.github.com> --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index dba367fe..7837b9b5 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (def i18n-version "1.0.4") -(defproject org.openvoxproject/jruby-utils "5.3.9-SNAPSHOT" +(defproject org.openvoxproject/jruby-utils "5.4.0-SNAPSHOT" :description "A library for working with JRuby" :url "https://github.com/openvoxproject/jruby-utils" :license {:name "Apache License, Version 2.0"