This needs to go in too.
This commit is contained in:
parent
1ed1762b4a
commit
93a025a82a
|
|
@ -22,13 +22,13 @@ test: lint
|
||||||
man:
|
man:
|
||||||
scripts/build_manpages.sh ./
|
scripts/build_manpages.sh ./
|
||||||
|
|
||||||
rpm: clean man linux
|
rpm: man linux
|
||||||
scripts/build_linux_packages.sh rpm
|
scripts/build_linux_packages.sh rpm
|
||||||
|
|
||||||
deb: clean man linux
|
deb: man linux
|
||||||
scripts/build_linux_packages.sh deb
|
scripts/build_linux_packages.sh deb
|
||||||
|
|
||||||
osxpkg: clean man darwin
|
osxpkg: man darwin
|
||||||
scripts/build_osx_package.sh
|
scripts/build_osx_package.sh
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ package main
|
||||||
import "time"
|
import "time"
|
||||||
|
|
||||||
// Version is loosely followed.
|
// Version is loosely followed.
|
||||||
var Version = "v1.0.0"
|
var Version = "v1.1.1"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// App defaults in case they're missing from the config.
|
// App defaults in case they're missing from the config.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue