From c1672c9afbda83a5c43659a215b2d90f34969290 Mon Sep 17 00:00:00 2001 From: kares Date: Mon, 27 May 2024 11:11:57 +0200 Subject: [PATCH] [release] update for 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 68a4b385..f9c1e8ff 100644 --- a/lib/jopenssl/version.rb +++ b/lib/jopenssl/version.rb @@ -1,5 +1,5 @@ module JOpenSSL - VERSION = '0.14.6' + VERSION = '0.14.7.dev' BOUNCY_CASTLE_VERSION = '1.74' end diff --git a/pom.xml b/pom.xml index f4ed3e28..6f8c8850 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ DO NOT MODIFY - GENERATED CODE 4.0.0 rubygems jruby-openssl - 0.14.6 + 0.14.7.dev-SNAPSHOT gem JRuby OpenSSL JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.