From a4f2d52bffca44f2a02ee9627b895fb17a74285d Mon Sep 17 00:00:00 2001 From: kares Date: Fri, 7 Jul 2023 12:32:02 +0200 Subject: [PATCH] [release] update to next dev SNAPSHOT --- 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 bb14fc46..94d72c19 100644 --- a/lib/jopenssl/version.rb +++ b/lib/jopenssl/version.rb @@ -1,5 +1,5 @@ module JOpenSSL - VERSION = '0.14.2' + VERSION = '0.14.3.dev' BOUNCY_CASTLE_VERSION = '1.74' end diff --git a/pom.xml b/pom.xml index a45ac697..167f0e7d 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE 4.0.0 rubygems jruby-openssl - 0.14.2 + 0.14.3.dev-SNAPSHOT gem JRuby OpenSSL JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.