github.com/containers/libpod@v1.9.4-0.20220419124438-4284fd425507/version/version.go (about)

     1  package version
     2  
     3  // Version is the version of the build.
     4  // NOTE: remember to bump the version at the top
     5  // of the top-level README.md file when this is
     6  // bumped.
     7  const Version = "1.9.4-dev"
     8  
     9  // RemoteAPIVersion is the version for the remote
    10  // client API.  It is used to determine compatibility
    11  // between a remote podman client and its backend
    12  const RemoteAPIVersion = 1