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 dc28d09 commit 226a278Copy full SHA for 226a278
lib/jopenssl/version.rb
@@ -1,5 +1,5 @@
1
module Jopenssl
2
- VERSION = '0.9.17'
+ VERSION = '0.9.17.dev'
3
BOUNCY_CASTLE_VERSION = '1.54'
4
# @deprecated
5
module Version
pom.xml
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
<modelVersion>4.0.0</modelVersion>
12
<groupId>rubygems</groupId>
13
<artifactId>jruby-openssl</artifactId>
14
- <version>0.9.17</version>
+ <version>0.9.17.dev-SNAPSHOT</version>
15
<packaging>gem</packaging>
16
<name>JRuby OpenSSL</name>
17
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
0 commit comments