bump version

This commit is contained in:
Stephen McQuay 2018-01-10 09:51:02 -08:00
parent f13ff6199f
commit bdab1c1346
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func main() {
w.Header().Set("Content-Type", "application/json")
r := v{
Hostname: hn,
V: "v0.0.2",
V: "v0.0.3",
}
if err := json.NewEncoder(w).Encode(r); err != nil {
log.Printf("json: %+v", err)