From aeed52ce34e2f9f53a622032a0e4a10ff227d64d Mon Sep 17 00:00:00 2001 From: Jared Bischof Date: Fri, 4 Apr 2014 16:12:32 -0500 Subject: [PATCH] Updated version to 0.8.9 --- VERSION | 2 +- shock-server/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6201b5f7..55485e17 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.8 +0.8.9 diff --git a/shock-server/main.go b/shock-server/main.go index 5ecc8cb4..a383dd19 100644 --- a/shock-server/main.go +++ b/shock-server/main.go @@ -109,7 +109,7 @@ func mapRoutes() { R: []string{"node"}, T: "Shock", U: host + "/", - V: "0.8.8", + V: "0.8.9", } return responder.WriteResponseObject(ctx, http.StatusOK, r) })