mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix version mismatch in API documentation
Fix a version mismatch in the API documentation. Signed-off-by: Wassim DHIF <wassimdhif@gmail.com>
This commit is contained in:
parent
57142e89be
commit
2058928edc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ info:
|
|||
is returned.
|
||||
|
||||
If you omit the version-prefix, the current version of the API (v1.37) is used.
|
||||
For example, calling `/info` is the same as calling `/v1.36/info`. Using the
|
||||
For example, calling `/info` is the same as calling `/v1.37/info`. Using the
|
||||
API without a version-prefix is deprecated and will be removed in a future release.
|
||||
|
||||
Engine releases in the near future should support this version of the API,
|
||||
|
|
Loading…
Reference in a new issue