This needs to go in too.
This commit is contained in:
parent
b7c1368a1a
commit
a58926d1a4
6
Makefile
6
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue