photo-stats

statistics processor for the terminal
git clone https://git.clttr.info/photo-stats.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 0310ecd683a6586ac63f67fdc5802ad049bc61d3
parent 1ada0b953929723420532892c8f883b32e28b5cd
Author: René Wagner <rwa@clttr.info>
Date:   Tue, 11 Apr 2023 22:08:24 +0200

bump version

Diffstat:
Mphosta | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phosta b/phosta @@ -18,7 +18,7 @@ use Data::Dumper; $Getopt::Std::STANDARD_HELP_VERSION = 'true'; -my $VERSION = '1.1'; +my $VERSION = '1.2'; my $PROGRAM = 'Photo Stats'; my $configfile = catfile(File::HomeDir->my_home, '.phosta.conf');