From 8079a795ce3197d5e095a43a73367c57095f7262 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 6 Nov 2023 08:30:40 +0100 Subject: [PATCH] Increment version to 2.6.0 --- brix11/lib/brix11/brix/common/require.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brix11/lib/brix11/brix/common/require.rb b/brix11/lib/brix11/brix/common/require.rb index 83da18f..264093c 100644 --- a/brix11/lib/brix11/brix/common/require.rb +++ b/brix11/lib/brix11/brix/common/require.rb @@ -13,7 +13,7 @@ module Common TITLE = 'Common'.freeze DESC = 'BRIX11 Common brix collection'.freeze COPYRIGHT = "Copyright (c) 2014-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze - VERSION = { major: 2, minor: 5, release: 0 } + VERSION = { major: 2, minor: 6, release: 0 } Collection.configure(:common, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg|