diff --git a/Dockerfile b/Dockerfile index b5e1f1a..6e391a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 LABEL name="httpbin" -LABEL version="0.9.1" +LABEL version="0.9.2" LABEL description="A simple HTTP service." LABEL org.kennethreitz.vendor="Kenneth Reitz" diff --git a/httpbin/VERSION b/httpbin/VERSION index f374f66..2003b63 100644 --- a/httpbin/VERSION +++ b/httpbin/VERSION @@ -1 +1 @@ -0.9.1 +0.9.2 diff --git a/httpbin/templates/flasgger/index.html b/httpbin/templates/flasgger/index.html index 9ebee69..8b9bd94 100644 --- a/httpbin/templates/flasgger/index.html +++ b/httpbin/templates/flasgger/index.html @@ -87,7 +87,7 @@

httpbin.org -
0.9.1
+
0.9.2

[ Base URL: httpbin.org/ ]