From 1d770f3d92fe972030d4914fe9fcdca4d37bbeed Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Sun, 25 Nov 2018 14:10:24 -0500 Subject: [PATCH] Added the 'lts' and 'current' tags (#930) Fixes #527 --- generate-stackbrew-library.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index d89798ae..f549c4b0 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -11,9 +11,9 @@ array_6='6 boron' # shellcheck disable=SC2034 array_8='8 carbon' # shellcheck disable=SC2034 -array_10='10 dubnium' +array_10='10 dubnium lts' # shellcheck disable=SC2034 -array_11='11 latest' +array_11='11 current latest' # shellcheck disable=SC2034 array_chakracore_8='chakracore-8' # shellcheck disable=SC2034