diff --git a/versions.mk b/versions.mk index 9c3ed1fa..1dae1061 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.2.3 +VERSION ?= v0.2.4 vVERSION := v$(VERSION:v%=%) -CUDA_VERSION := 12.2.0 +CUDA_VERSION := 12.2.2 GOLANG_VERSION := 1.20.4