From b84d384a058d2159c610771beccfe7728c28a688 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 15 May 2020 19:02:03 +0000 Subject: Update CHANGELOG.md to reflect the promotion of 16.1.0 Obvious fix; these changes are the result of automation not creative thinking. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 2ef9eeb0be..bbf06aa91f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ LABEL maintainer="Chef Software, Inc. " ARG EXPEDITOR_CHANNEL ARG CHANNEL=stable ARG EXPEDITOR_VERSION -ARG VERSION=16.0.287 +ARG VERSION=16.1.0 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} -- cgit v1.2.1