From 69f24d47b3fe06e5dce5dbb36300f4d0f68d2301 Mon Sep 17 00:00:00 2001 From: Brandon Simmons Date: Wed, 13 May 2020 17:38:16 -0400 Subject: [PATCH] dev.sh: bump version due to addition of croniter python dependency --- scripts/dev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dev.sh b/scripts/dev.sh index 72cc2171b8b..2ae7dc63fe4 100755 --- a/scripts/dev.sh +++ b/scripts/dev.sh @@ -61,8 +61,8 @@ try_jq() { } # Bump this to: -# - force a reinstall of dependencies -DEVSH_VERSION=1.2 +# - force a reinstall of python dependencies, etc. +DEVSH_VERSION=1.3 case "${1-}" in graphql-engine)