1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

chore(version): bump version number

This commit is contained in:
Anthony Lapenna 2016-09-04 15:10:47 +12:00
parent 5a1f437cf9
commit 3f9276ee4c
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import (
// main is the entry point of the program
func main() {
kingpin.Version("1.7.0")
kingpin.Version("1.8.0")
var (
endpoint = kingpin.Flag("host", "Dockerd endpoint").Default("unix:///var/run/docker.sock").Short('H').String()
addr = kingpin.Flag("bind", "Address and port to serve Portainer").Default(":9000").Short('p').String()