Skip to content

Commit

Permalink
Version number increase
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallLars committed Jul 29, 2022
1 parent e0d0b1a commit 726e485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/openssl/ccm/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OpenSSL
class CCM
VERSION = '1.2.2'
VERSION = '1.2.3'
end
end
2 changes: 1 addition & 1 deletion openssl-ccm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.name = 'openssl-ccm'
s.version = OpenSSL::CCM::VERSION
s.required_ruby_version = '>= 2.0.0'
s.date = '2019-01-08'
s.date = '2022-07-29'
s.authors = ['Lars Schmertmann']
s.email = ['[email protected]']
s.summary = 'RFC 3610 - CCM'
Expand Down

0 comments on commit 726e485

Please sign in to comment.