bump to v0.0.9

I forgot to run make before making the docker image.
This commit is contained in:
Stephen McQuay 2018-02-07 14:47:57 -08:00
parent fdba7a7ecd
commit 0964cece0c
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
"os"
)
const version = "v0.0.8"
const version = "v0.0.9"
type v struct {
Hostname string `json:"hostname"`