Bump version to v1.1

This commit is contained in:
Nicolás A. Ortega Froysa 2024-05-25 18:39:51 +02:00
parent 5fd6da816f
commit c78f9a36d9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.TH PACUNDO "1" "April 2024" "pacundo 1.0.1" "User Commands"
.TH PACUNDO "1" "April 2024" "pacundo 1.1" "User Commands"
.SH "NAME"
pacundo - A time machine to roll back your ArchLinux machine to a working state.
.SH "SYNOPSIS"

View File

@ -29,7 +29,7 @@ use feature qw(signatures);
use Getopt::Std;
use File::ReadBackwards;
my $VERSION = '1.0.1';
my $VERSION = '1.1';
my $PROG_NAME = 'pacundo';
sub print_version() {