Skip to content

Commit

Permalink
Merge pull request #146 from jwillemsen/jwi-ridlbeversions
Browse files Browse the repository at this point in the history
Increment version to 2.5.0
  • Loading branch information
jwillemsen committed May 25, 2023
2 parents 75c805b + aa06116 commit 9f624cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brix11/lib/brix11/brix/common/require.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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: 1, minor: 1, release: 0 }
VERSION = { major: 2, minor: 5, release: 0 }

Collection.configure(:common, ROOT, TITLE, DESC, COPYRIGHT, VERSION) do |cfg|

Expand Down

0 comments on commit 9f624cf

Please sign in to comment.