From 9863273126bf37a106ef6fe6f94d7982f867aa62 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Tue, 30 Jul 2024 11:40:00 -0400 Subject: [PATCH] bump version --- lib/ood_core/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ood_core/version.rb b/lib/ood_core/version.rb index 1701470e7..73ab2a4fd 100644 --- a/lib/ood_core/version.rb +++ b/lib/ood_core/version.rb @@ -1,4 +1,4 @@ module OodCore # The current version of {OodCore} - VERSION = "0.25.0" + VERSION = "0.26.1" end