We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2d056 commit 7d8db94Copy full SHA for 7d8db94
lib/jopenssl/version.rb
@@ -1,6 +1,6 @@
1
module Jopenssl
2
module Version
3
- VERSION = '0.9.9.dev'
+ VERSION = '0.9.9'
4
BOUNCY_CASTLE_VERSION = '1.50'
5
end
6
pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
7
- <version>0.9.9.dev-SNAPSHOT</version>
+ <version>0.9.9</version>
8
<packaging>gem</packaging>
9
<name>JRuby OpenSSL</name>
10
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
0 commit comments