From 0961c9dbd75fa8e9f8fa5c6ba0a13af085a06182 Mon Sep 17 00:00:00 2001 From: Liran BG Date: Wed, 7 Sep 2022 09:18:49 +0300 Subject: [PATCH] Bump v3io/scaler to 0.4.5 (#28) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a40e59..70693ab 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ # SCALER_TAG ?= unstable SCALER_REPOSITORY ?= iguazio/ -V3IO_SCALER_TAG ?= v0.4.4 +V3IO_SCALER_TAG ?= v0.4.5 GOPATH ?= $(shell go env GOPATH) OS_NAME = $(shell uname)