From 0964cece0cf97c9f57ca3e1581b9b5aaa4a65b01 Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Wed, 7 Feb 2018 14:47:57 -0800 Subject: [PATCH] bump to v0.0.9 I forgot to run make before making the docker image. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index dc0e2a9..f4098a8 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "os" ) -const version = "v0.0.8" +const version = "v0.0.9" type v struct { Hostname string `json:"hostname"`