johnmehr / gitup

A minimalist, dependency-free FreeBSD program to clone/pull Git repositories.
BSD 2-Clause "Simplified" License
51 stars 9 forks source link

Wrong version (-V)? #105

Closed freecris closed 1 month ago

freecris commented 2 months ago

Hi,

not sure if this is the expected behavior:

# freebsd-version -ru
14.1-RELEASE-p3
14.1-RELEASE-p3
# pkg info | grep gitup
gitup-1.0                      Minimalist, dependency-free program to clone/pull Git repositories
# /usr/local/bin/gitup -V
gitup version 0.99
#

shouldn't be a different output for -V?

Thank you

johnmehr commented 1 month ago

Thank you for catching this!