From f984029c359df84db52a933baaa6dfee56a062f8 Mon Sep 17 00:00:00 2001 From: Christian Meier Date: Wed, 15 Apr 2015 11:41:28 +0530 Subject: [PATCH] prepare release 0.9.7 --- lib/jopenssl/version.rb | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/jopenssl/version.rb b/lib/jopenssl/version.rb index 0631719e..87690201 100644 --- a/lib/jopenssl/version.rb +++ b/lib/jopenssl/version.rb @@ -1,6 +1,6 @@ module Jopenssl module Version - VERSION = '0.9.7.dev' + VERSION = '0.9.7' BOUNCY_CASTLE_VERSION = '1.50' end end diff --git a/pom.xml b/pom.xml index 610dbb5f..ce341b32 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 rubygems jruby-openssl - 0.9.7.dev-SNAPSHOT + 0.9.7 gem JRuby OpenSSL JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.