diff options
author | Andinus <andinus@nand.sh> | 2020-11-15 11:24:03 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-11-15 11:24:03 +0530 |
commit | c1d012ecabd95d489c73e6da19284d59ede95781 (patch) | |
tree | 2d1576343299d240229d6f427977e5a196f0e913 | |
parent | 77e330618c5d8e9ed1d5c9589d30678f7ed9d0fe (diff) | |
download | leo-c1d012ecabd95d489c73e6da19284d59ede95781.tar.gz |
Bump version to v0.4.1 v0.4.1
-rw-r--r-- | leo.1 | 2 | ||||
-rwxr-xr-x | leo.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/leo.1 b/leo.1 index 74637f9..5df1e38 100644 --- a/leo.1 +++ b/leo.1 @@ -1,4 +1,4 @@ -.TH LEO 1 "14 November 2020" "v0.4.0" +.TH LEO 1 "15 November 2020" "v0.4.1" .SH NAME leo \- a simple backup program diff --git a/leo.pl b/leo.pl index 4854830..82157f9 100755 --- a/leo.pl +++ b/leo.pl @@ -10,7 +10,7 @@ use Config::Tiny; use POSIX qw(strftime); use Getopt::Long qw/ GetOptions /; -my $version = "leo v0.4.0"; +my $version = "leo v0.4.1"; # Options. my %options = ( |