From dcabd33a04295987f12fb82d83581f9aecd0aed6 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:15:29 -0400 Subject: [PATCH] `3.3.1` -> `3.3.2` --- pacup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pacup b/pacup index 9713be1..733cba4 100755 --- a/pacup +++ b/pacup @@ -4,7 +4,7 @@ package main; use strict; use warnings qw(all -experimental::signatures); use feature qw(say signatures); -our $VERSION = '3.3.1'; +our $VERSION = '3.3.2'; #use Data::Dumper; use open ':std', ':encoding(UTF-8)'; @@ -669,7 +669,7 @@ Vigress - =head1 VERSION -Pacup (Perl edition) v3.3.1 +Pacup (Perl edition) v3.3.2 =cut