diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-12-31 08:43:45 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-12-31 08:43:56 -0500 |
commit | 1e3434d114c0b985fdea1bf1e6e1c1e2b0e9977a (patch) | |
tree | 043f6d0f3c5e046a274e796660aa6cb59c0f949b /pkg | |
parent | 807f7cfed3df770abcb7609e9b281d666a110b27 (diff) | |
download | podman-1e3434d114c0b985fdea1bf1e6e1c1e2b0e9977a.tar.gz podman-1e3434d114c0b985fdea1bf1e6e1c1e2b0e9977a.tar.bz2 podman-1e3434d114c0b985fdea1bf1e6e1c1e2b0e9977a.zip |
Update swagger documentation
[NO NEW TESTS NEEDED]
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/api/server/docs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/api/server/docs.go b/pkg/api/server/docs.go index 83d9ef160..2127e7d82 100644 --- a/pkg/api/server/docs.go +++ b/pkg/api/server/docs.go @@ -1,4 +1,4 @@ -// Package api Provides an API for the Libpod library +// Package api Provides an API for the Libpod library // // This documentation describes the Podman v2.0 RESTful API. // It replaces the Podman v1.0 API and was initially delivered @@ -45,7 +45,7 @@ // Schemes: http, https // Host: podman.io // BasePath: / -// Version: 3.2.0 +// Version: 4.0.0 // License: Apache-2.0 https://opensource.org/licenses/Apache-2.0 // Contact: Podman <podman@lists.podman.io> https://podman.io/community/ // |