From 14958c5a85df4a955ede3e1ab26179b55dd3aa72 Mon Sep 17 00:00:00 2001 From: treydock Date: Tue, 26 Sep 2023 09:36:48 -0400 Subject: [PATCH] Rebuild for Amazon Linux ffi issues (#250) --- Gemfile.lock | 2 +- lib/ood_packaging/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ac3476f..e53a302 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ood_packaging (0.11.0) + ood_packaging (0.12.0) rake (~> 13.0.1) GEM diff --git a/lib/ood_packaging/version.rb b/lib/ood_packaging/version.rb index 3907a66..b0942c7 100644 --- a/lib/ood_packaging/version.rb +++ b/lib/ood_packaging/version.rb @@ -2,7 +2,7 @@ # Version code for OodPackaging module OodPackaging - VERSION = '0.11.0' + VERSION = '0.12.0' PACKAGE_VERSION = { 'ondemand-release' => { '(ubuntu|debian)' => '3.1.0',