Skip to content

Commit dbb1711

Browse files
committed
prepare release
1 parent 66a64bb commit dbb1711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/jopenssl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Jopenssl
2-
VERSION = '0.9.16.dev'
2+
VERSION = '0.9.16'
33
BOUNCY_CASTLE_VERSION = '1.54'
44
# @deprecated
55
module Version

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
1111
<modelVersion>4.0.0</modelVersion>
1212
<groupId>rubygems</groupId>
1313
<artifactId>jruby-openssl</artifactId>
14-
<version>0.9.16.dev-SNAPSHOT</version>
14+
<version>0.9.16</version>
1515
<packaging>gem</packaging>
1616
<name>JRuby OpenSSL</name>
1717
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>

0 commit comments

Comments
 (0)