From e995ed3939a895dfcfa96f5f3b04668f51a09b61 Mon Sep 17 00:00:00 2001 From: Vladimir L Date: Tue, 15 May 2018 03:10:02 +0200 Subject: [PATCH] bump API version --- doc/api-swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api-swagger.json b/doc/api-swagger.json index 7fd59f0..8d55831 100644 --- a/doc/api-swagger.json +++ b/doc/api-swagger.json @@ -2,7 +2,7 @@ "swagger" : "2.0", "info" : { "description" : "RESTful API of [Request Baskets](https://rbaskets.in) service.\n\nRequest Baskets is an open source project of a service to collect HTTP requests and inspect them via RESTful\nAPI or web UI.\n\nCheck out the [project page](https://github.com/darklynx/request-baskets) for more detailed description.\n", - "version" : "0.5", + "version" : "0.8", "title" : "Request Baskets API", "contact" : { "name" : "darklynx",