From 3d9bb84e1290a667b15e07be7b89426ca2b15c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Korb?= Date: Mon, 12 Feb 2024 12:34:47 +0100 Subject: [PATCH] Bump version to 0.5.0 --- Gemfile.lock | 2 +- lib/compact_enc_det/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2385a33..7c0a991 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - compact_enc_det (0.4.0) + compact_enc_det (0.5.0) GEM remote: https://rubygems.org/ diff --git a/lib/compact_enc_det/version.rb b/lib/compact_enc_det/version.rb index 6e4bb84..05cbb06 100644 --- a/lib/compact_enc_det/version.rb +++ b/lib/compact_enc_det/version.rb @@ -1,3 +1,3 @@ module CompactEncDet - VERSION = "0.4.0" + VERSION = "0.5.0" end