set versions to v0.2.1

This commit is contained in:
Soam Vasani
2017-09-11 18:32:25 -07:00
parent 4287d14000
commit e68872ba84
9 changed files with 23 additions and 23 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-rc2\"}\n")
fmt.Fprintf(w, "{\"message\": \"Fission API\", \"version\": \"0.2.1\"}\n")
}
func (api *API) ApiVersionMismatchHandler(w http.ResponseWriter, r *http.Request) {