Skip to content

Commit a0266e6

Browse files
Merge pull request #1466 from elezar/fix-release-tooling
Bump version post v0.18.0 release
2 parents ca2c651 + 27358b5 commit a0266e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/dependabot.yml

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

4545
# The release branch(es):
4646
- package-ecosystem: "gomod"
47-
target-branch: release-0.17
47+
target-branch: release-0.18
4848
directories:
4949
- "/"
5050
# We don't update development or test dependencies on release branches
@@ -70,7 +70,7 @@ updates:
7070
- k8s.io/klog/*
7171

7272
- package-ecosystem: "docker"
73-
target-branch: release-0.17
73+
target-branch: release-0.18
7474
directories:
7575
# CUDA image
7676
- "/deployments/container"
@@ -90,7 +90,7 @@ updates:
9090
- maintenance
9191

9292
- package-ecosystem: "github-actions"
93-
target-branch: release-0.17
93+
target-branch: release-0.18
9494
directory: "/"
9595
schedule:
9696
interval: "weekly"

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MODULE := github.com/NVIDIA/$(DRIVER_NAME)
1717

1818
REGISTRY ?= nvcr.io/nvidia
1919

20-
VERSION ?= v0.18.0
20+
VERSION ?= v0.19.0-dev
2121

2222
GOLANG_VERSION := $(shell ./hack/golang-version.sh)
2323

0 commit comments

Comments
 (0)