From c68ecaf282bf69e9832e4dc1271692bd038d09b8 Mon Sep 17 00:00:00 2001 From: adamdullenty Date: Wed, 10 Jul 2024 11:53:31 +0100 Subject: [PATCH] Bump version --- lib/dpd_api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpd_api/version.rb b/lib/dpd_api/version.rb index 0b54219..5ddc644 100644 --- a/lib/dpd_api/version.rb +++ b/lib/dpd_api/version.rb @@ -1,3 +1,3 @@ module DPDApi - VERSION = "0.2.2" + VERSION = "0.2.3" end