This needs to go in too.

This commit is contained in:
David Newhall II 2019-05-30 23:30:19 -07:00
parent b7c1368a1a
commit a58926d1a4
2 changed files with 4 additions and 4 deletions

View File

@ -22,13 +22,13 @@ test: lint
man:
scripts/build_manpages.sh ./
rpm: clean man linux
rpm: man linux
scripts/build_linux_packages.sh rpm
deb: clean man linux
deb: man linux
scripts/build_linux_packages.sh deb
osxpkg: clean man darwin
osxpkg: man darwin
scripts/build_osx_package.sh
install: all

View File

@ -3,7 +3,7 @@ package main
import "time"
// Version is loosely followed.
var Version = "v1.0.0"
var Version = "v1.1.1"
const (
// App defaults in case they're missing from the config.