From 068dcdc35ecf8006814d424c789120633e0c35bc Mon Sep 17 00:00:00 2001 From: Matt Larraz Date: Mon, 25 Apr 2022 15:25:39 -0400 Subject: [PATCH] Tick v0.5.0 (#31) --- lib/amountable/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/amountable/version.rb b/lib/amountable/version.rb index 3f8e386..90c20db 100644 --- a/lib/amountable/version.rb +++ b/lib/amountable/version.rb @@ -1,5 +1,5 @@ # Copyright 2015-2021, Instacart module Amountable - VERSION = '0.4.0' + VERSION = '0.5.0' end