Skip to content

Commit 9445efd

Browse files
committed
prepare for 0.9.10
1 parent 3fae31f commit 9445efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/jopenssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jopenssl
22
module Version
3-
VERSION = '0.9.9'
3+
VERSION = '0.9.10'
44
BOUNCY_CASTLE_VERSION = '1.50'
55
end
66
end

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>rubygems</groupId>
66
<artifactId>jruby-openssl</artifactId>
7-
<version>0.9.9</version>
7+
<version>0.9.10</version>
88
<packaging>gem</packaging>
99
<name>JRuby OpenSSL</name>
1010
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>

0 commit comments

Comments
 (0)