From 10a82d20cc0898b48078e2d499ef53263934bc0a Mon Sep 17 00:00:00 2001 From: Eugene Kenny Date: Thu, 12 Oct 2023 16:38:03 +0100 Subject: [PATCH] v0.6.15 --- lib/restpack_serializer/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/restpack_serializer/version.rb b/lib/restpack_serializer/version.rb index ec99bc2..2467525 100644 --- a/lib/restpack_serializer/version.rb +++ b/lib/restpack_serializer/version.rb @@ -1,5 +1,5 @@ module RestPack module Serializer - VERSION = '0.6.14' + VERSION = '0.6.15' end end