Compare commits
1 Commits
e18136e43c
...
v1.0.1
Author | SHA1 | Date | |
---|---|---|---|
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"
|
||||
pacundo - A time machine to return your ArchLinux machine back to a working state.
|
||||
.SH "SYNOPSIS"
|
||||
|
@ -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() {
|
||||
|
Reference in New Issue
Block a user