Bump version to 1.13.0-rc.1

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2023-02-07 11:55:47 +01:00
parent 62bd015475
commit 738a2e7343
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# NVIDIA Container Toolkit Changelog
## v1.13.0-rc.1
* Bump version to v1.13.0-rc.1
## v1.12.0
* Promote `v1.12.0-rc.5` to `v1.12.0`

View File

@ -13,7 +13,8 @@
# limitations under the License.
LIB_NAME := nvidia-container-toolkit
LIB_VERSION := 1.12.0
LIB_VERSION := 1.13.0
LIB_TAG := rc.1
# Specify the nvidia-docker2 and nvidia-container-runtime package versions.
# Note: The build tooling uses `LIB_TAG` above as the version tag.