Skip to content

Commit 70fb26b

Browse files
authored
Merge pull request #122 from shiv-tyagi/cp-version-bump
Bump version to 1.3.0 for release/1.3.x
2 parents 3740426 + 620a1eb commit 70fb26b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ifeq (${UBUNTU_VERSION}, noble)
4646
UBUNTU_VERSION_NUMBER = 24.04
4747
endif
4848

49-
DEBIAN_VERSION := "1.2.0"
49+
DEBIAN_VERSION := "1.3.0"
5050

5151
DEBIAN_CONTROL = ${TOP_DIR}/build/debian/DEBIAN/control
5252
DEBIAN_PRERM = ${TOP_DIR}/build/debian/DEBIAN/prerm

build/rpmbuild.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: amd-container-toolkit
2-
Version: 1.2.0
2+
Version: 1.3.0
33
Release: 1%{?dist}
44
Summary: Package containing AMD container tookkit binaries
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
html_context["READTHEDOCS"] = True
88
project = "AMD Container Runtime Toolkit"
99

10-
version = "1.2.0"
10+
version = "1.3.0"
1111
rocm_version = '6.4'
1212
rocm_directory_version = '6.4.0' # in 6.0 rocm was located in /opt/rocm-6.0.0
1313
amdgpu_version = '6.4' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/

0 commit comments

Comments
 (0)