diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bb062c483f..4fcdf406dd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 4.0.2 +### Bugfixes +- Revert "use GetRuntimeDir() from c/common" + ## 4.0.1 ### Bugfixes - Fixed a bug where the `podman play kube` command did not honor the `mountPropagation` field in Pod YAML ([#13322](https://github.com/containers/podman/issues/13322)). diff --git a/version/version.go b/version/version.go index 392111eb65..9102d9bf4d 100644 --- a/version/version.go +++ b/version/version.go @@ -27,7 +27,7 @@ const ( // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -var Version = semver.MustParse("4.0.2-dev") +var Version = semver.MustParse("4.0.3-dev") // See https://docs.docker.com/engine/api/v1.40/ // libpod compat handlers are expected to honor docker API versions