Skip to content

Commit

Permalink
Updated version to 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbischof committed Apr 4, 2014
1 parent f3e8fcf commit aeed52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.8
0.8.9
2 changes: 1 addition & 1 deletion shock-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
Expand Down

0 comments on commit aeed52c

Please sign in to comment.