From 2c07b861b81afd4af683a0c1e71a250f1e2e3344 Mon Sep 17 00:00:00 2001 From: Jordan Jacobelli Date: Fri, 23 Aug 2019 15:37:13 -0700 Subject: [PATCH] Bump toolkit to 1.0.3 and runtime to 3.1.2 Signed-off-by: Jordan Jacobelli --- runtime/Makefile | 2 +- toolkit/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/Makefile b/runtime/Makefile index 101df41..f561857 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -3,7 +3,7 @@ DOCKER ?= docker MKDIR ?= mkdir -VERSION := 3.1.1 +VERSION := 3.1.2 PKG_REV := 1 DIST_DIR := $(CURDIR)/../dist diff --git a/toolkit/Makefile b/toolkit/Makefile index 1dd520e..ca47c5d 100644 --- a/toolkit/Makefile +++ b/toolkit/Makefile @@ -4,7 +4,7 @@ DOCKER ?= docker MKDIR ?= mkdir -VERSION := 1.0.2 +VERSION := 1.0.3 DIST_DIR := $(CURDIR)/../dist -- GitLab