Skip to content

Commit

Permalink
Increment version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen committed Nov 6, 2023
1 parent 954a31d commit 9ab032b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brix/taox11/require.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module TAOX11
TITLE = 'TAOX11'.freeze
DESC = 'BRIX11 TAOX11 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(:taox11, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg|
cfg.on_setup do |optparser, options|
Expand Down

0 comments on commit 9ab032b

Please sign in to comment.