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

Commit

Permalink
Bump to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arrdem committed Oct 25, 2018
1 parent b280979 commit d1c7b22
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 @@ -67,7 +67,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.3/katamari-0.0.3.jar \
curl -L https://github.com/arrdem/katamari/releases/download/v0.0.4/katamari-0.0.4.jar \
--output "${bootstrap_jar}"
fi

Expand Down

0 comments on commit d1c7b22

Please sign in to comment.