Version -> 0.5.0 (#489)

This commit is contained in:
Ta-Ching Chen
2018-02-08 03:39:02 +08:00
committed by GitHub
parent 9deb4f53db
commit 398c58365a
11 changed files with 420 additions and 37 deletions
+1 -1
View File
@@ -120,7 +120,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.4.1\"}\n")
fmt.Fprintf(w, "{\"message\": \"Fission API\", \"version\": \"0.5.0\"}\n")
}
func (api *API) ApiVersionMismatchHandler(w http.ResponseWriter, r *http.Request) {