Skip to content

Commit

Permalink
Update version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillemsen authored Mar 6, 2023
1 parent e6c8168 commit 9222bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/corba/common/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
module R2CORBA

R2CORBA_MAJOR = 1
R2CORBA_MINOR = 6
R2CORBA_RELEASE = 2
R2CORBA_MINOR = 7
R2CORBA_RELEASE = 0

R2CORBA_VERSION = "#{R2CORBA_MAJOR}.#{R2CORBA_MINOR}.#{R2CORBA_RELEASE}".freeze

Expand Down

0 comments on commit 9222bbf

Please sign in to comment.