Bump version to v1.1
This commit is contained in:
parent
5fd6da816f
commit
c78f9a36d9
@ -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"
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user