Skip to content

Commit fd2669d

Browse files
authored
Merge pull request #1368 from elezar/bump-version-post-release
Bump version to 1.19.0~dev post-release
2 parents e258bbf + 26cf0a8 commit fd2669d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ updates:
5555

5656
# The release branch(es):
5757
- package-ecosystem: "gomod"
58-
target-branch: release-1.17
58+
target-branch: release-1.18
5959
directories:
6060
- "/"
6161
# We don't update development or test dependencies on release branches
@@ -81,7 +81,7 @@ updates:
8181
- k8s.io/klog/*
8282

8383
- package-ecosystem: "docker"
84-
target-branch: release-1.17
84+
target-branch: release-1.18
8585
directories:
8686
# CUDA image
8787
- "/deployments/container"
@@ -101,7 +101,7 @@ updates:
101101
- maintenance
102102

103103
- package-ecosystem: "github-actions"
104-
target-branch: release-1.17
104+
target-branch: release-1.18
105105
directory: "/"
106106
schedule:
107107
interval: "weekly"

versions.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# limitations under the License.
1414

1515
LIB_NAME := nvidia-container-toolkit
16-
LIB_VERSION := 1.18.0
17-
LIB_TAG :=
16+
LIB_VERSION := 1.19.0
17+
LIB_TAG := dev
1818

1919
# The package version is the combination of the library version and tag.
2020
# If the tag is specified the two components are joined with a tilde (~).

0 commit comments

Comments
 (0)