Skip to content

Commit

Permalink
Update proxies version to ~0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Mar 30, 2017
1 parent 0b54ea7 commit 32e24f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AzureFunctions/Controllers/AzureFunctionsController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public HttpResponseMessage GetLatestRuntime()
[HttpGet]
public HttpResponseMessage GetLatestRoutingExtensionVersion()
{
return Request.CreateResponse(HttpStatusCode.OK, "~0.1");
return Request.CreateResponse(HttpStatusCode.OK, "~0.2");
}

[HttpGet]
Expand Down

0 comments on commit 32e24f5

Please sign in to comment.