From 499cae52bfb5b17d9b89cf6270957497f3652e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 14 Dec 2021 23:00:27 +0100 Subject: [PATCH] Bump version number to 280 --- 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 d5c53cf..473fd8f 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 = '273'; +our $VERSION = '280'; =head1 SYNOPSIS