Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Bump to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arrdem committed Oct 16, 2018
1 parent 7e41032 commit edba288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kat
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [ ! -f "${KAT_CONFIG}" ]; then

bootstrap_jar="${KAT_SERVER_WORK_DIR}/bootstrap.jar"
if [ ! -f "${bootstrap_jar}" ]; then
curl -L https://github.com/arrdem/katamari/releases/download/v0.0.1/katamari-0.0.1.jar \
curl -L https://github.com/arrdem/katamari/releases/download/v0.0.2/katamari-0.0.2.jar \
--output "${bootstrap_jar}"
fi

Expand Down

0 comments on commit edba288

Please sign in to comment.