Merge branch 'bump-version-1.13.0-rc.1' into 'main'

Bump version to 1.13.0-rc.1

See merge request nvidia/container-toolkit/container-toolkit!286
This commit is contained in:
Evan Lezar 2023-02-07 11:38:18 +00:00
commit 21f5895b5a
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.