set version to 0.2.1-rc2

This commit is contained in:
Soam Vasani
2017-09-10 00:36:50 -07:00
parent 12d3ad44ce
commit 98c2a0863f
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -102,7 +102,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.2.1-rc\"}\n")
fmt.Fprintf(w, "{\"message\": \"Fission API\", \"version\": \"0.2.1-rc2\"}\n")
}
func (api *API) ApiVersionMismatchHandler(w http.ResponseWriter, r *http.Request) {