diff options
Diffstat (limited to 'version/version.go')
-rw-r--r-- | version/version.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/version/version.go b/version/version.go index ea5a92286..24daf707c 100644 --- a/version/version.go +++ b/version/version.go @@ -5,3 +5,8 @@ package version // of the top-level README.md file when this is // bumped. const Version = "1.0.1-dev" + +// RemoteAPIVersion is the version for the remote +// client API. It is used to determine compatibility +// between a remote podman client and its backend +const RemoteAPIVersion = 1 |