From 23531d00eb10f1cafe3af345321ea5a305d91bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 17 Dec 2021 22:46:27 +0100 Subject: [PATCH] Bump version number to 281 --- lib/REST/Client.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/REST/Client.pm b/lib/REST/Client.pm index 2a30cac..b47b3b5 100644 --- a/lib/REST/Client.pm +++ b/lib/REST/Client.pm @@ -1,7 +1,7 @@ package REST::Client; #ABSTRACT: A simple client for interacting with RESTful http/https resources -our $VERSION = '280'; +our $VERSION = '281'; =head1 SYNOPSIS