Bump version to v1.0.1
Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
This commit is contained in:
parent
e18136e43c
commit
858d44b5ca
@ -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"
|
.SH "NAME"
|
||||||
pacundo - A time machine to return your ArchLinux machine back to a working state.
|
pacundo - A time machine to return your ArchLinux machine back to a working state.
|
||||||
.SH "SYNOPSIS"
|
.SH "SYNOPSIS"
|
||||||
|
@ -29,7 +29,7 @@ use feature qw(signatures);
|
|||||||
use Getopt::Std;
|
use Getopt::Std;
|
||||||
use File::ReadBackwards;
|
use File::ReadBackwards;
|
||||||
|
|
||||||
my $VERSION = '1.0';
|
my $VERSION = '1.0.1';
|
||||||
my $PROG_NAME = 'pacundo';
|
my $PROG_NAME = 'pacundo';
|
||||||
|
|
||||||
sub print_version() {
|
sub print_version() {
|
||||||
|
Loading…
Reference in New Issue
Block a user