Version update: 0.6.0

This commit is contained in:
Soam Vasani
2018-03-01 13:43:59 -08:00
parent 1edb9723e8
commit d852ddd91c
9 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ func (api *API) getLogDBConfig(dbType string) logDBConfig {
func (api *API) HomeHandler(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Content-Type", "application/json; charset=utf-8")
fmt.Fprintf(w, "{\"message\": \"Fission API\", \"version\": \"0.5.0\"}\n")
fmt.Fprintf(w, "{\"message\": \"Fission API\", \"version\": \"0.6.0\"}\n")
}
func (api *API) ApiVersionMismatchHandler(w http.ResponseWriter, r *http.Request) {