From da48cf27a0dcb05f94af6b2aaaa371967cfd69b3 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 24 Jul 2026 11:38:30 +0200 Subject: [PATCH] Prepare 7.0.0 release Signed-off-by: Tim Meusel --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0f713e2b..09dbcaf9 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (def i18n-version "1.0.4") -(defproject org.openvoxproject/jruby-utils "6.0.1-SNAPSHOT" +(defproject org.openvoxproject/jruby-utils "7.0.0-SNAPSHOT" :description "A library for working with JRuby" :url "https://github.com/openvoxproject/jruby-utils" :license {:name "Apache License, Version 2.0"