From 51b5968e6e1b021a53a85ca46e30952a8294c893 Mon Sep 17 00:00:00 2001 From: sfertman Date: Sat, 24 Oct 2020 18:42:39 -0400 Subject: [PATCH] version bump --- dn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dn.sh b/dn.sh index 2e64b09..7c86cc9 100755 --- a/dn.sh +++ b/dn.sh @@ -5,7 +5,7 @@ set -e ## useful resource: https://hackernoon.com/inspecting-docker-images-without-pulling-them-4de53d34a604 # "inspecting docker image without pulling" -DN_VERSION='0.4.1-SNAPSHOT' +DN_VERSION='0.4.1' DN_REPO_URL='https://github.com/sfertman/dn' DN_PREFIX=/usr/local