Bump version to v1.0.1

Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
This commit is contained in:
Nicolás A. Ortega Froysa 2024-05-21 15:45:25 +02:00
parent e18136e43c
commit 858d44b5ca
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.TH PACUNDO "1" "April 2024" "pacundo 1.0" "User Commands"
.TH PACUNDO "1" "April 2024" "pacundo 1.0.1" "User Commands"
.SH "NAME"
pacundo - A time machine to return your ArchLinux machine back 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';
my $VERSION = '1.0.1';
my $PROG_NAME = 'pacundo';
sub print_version() {