Skip to content

Commit

Permalink
use lts-16.11 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
complyue committed Sep 28, 2020
1 parent ce6c1dc commit 1b5a827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# @VARIABLE: VERSION
# @DESCRIPTION:
# Version of this script.
VERSION=0.1.9
VERSION=0.1.10

# Default base URL for short package names
BASE_URL=${EPM_REPO_BASE:-"https://github.com/e-wrks"}
Expand Down Expand Up @@ -161,7 +161,7 @@
else
echo ''
echo "# Please change the resolver and other Stack settings per your needs"
echo 'resolver: lts-15.15'
echo 'resolver: lts-16.11'
echo ''
fi
echo '## FOLLOWING CONTENTS GONNA BE OVERWRITTEN BY EPM ##'
Expand Down

0 comments on commit 1b5a827

Please sign in to comment.