Skip to content

Commit

Permalink
Merge pull request #43 from jwillemsen/jwi-ridl-280
Browse files Browse the repository at this point in the history
Increment version to 2.8.0 for new ridl release
  • Loading branch information
jwillemsen authored Oct 7, 2020
2 parents 92b5e90 + ce850d4 commit f3150a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ridl/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
module IDL

RIDL_VERSION_MAJOR = 2
RIDL_VERSION_MINOR = 7
RIDL_VERSION_RELEASE = 1
RIDL_VERSION_MINOR = 8
RIDL_VERSION_RELEASE = 0
RIDL_VERSION = "#{RIDL_VERSION_MAJOR}.#{RIDL_VERSION_MINOR}.#{RIDL_VERSION_RELEASE}"
RIDL_COPYRIGHT = "Copyright (c) 2007-#{Time.now.year} Remedy IT Expertise BV, The Netherlands".freeze

Expand Down

0 comments on commit f3150a1

Please sign in to comment.