diff --git a/versions.mk b/versions.mk index a40666c3..7585a1ef 100644 --- a/versions.mk +++ b/versions.mk @@ -12,10 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION ?= v0.1.1 +VERSION ?= v0.1.2 vVERSION := v$(VERSION:v%=%) -CUDA_VERSION := 12.2.0 +CUDA_VERSION := 12.2.2 GOLANG_VERSION := 1.20.4