Skip to content

Commit 1a377d1

Browse files
Change version number
1 parent 700e5a9 commit 1a377d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ organization := "inc.buggle"
66

77
name := "PLM-judge"
88

9-
version := "2.0.2"
9+
version := "2.0.3"
1010

1111
autoScalaLibrary := false
1212

launcher.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
NB_ERROR=0
44
MAX_ERROR=5
55

6-
VERSION="v2.0.2"
7-
FILENAME="PLM-judge-assembly-2.0.2.jar"
6+
VERSION="2.0.3"
7+
FILENAME="PLM-judge-assembly-$VERSION.jar"
88

99
MESSAGEQUEUE_ADDR="plm.telecomnancy.univ-lorraine.fr"
1010
export MESSAGEQUEUE_ADDR
@@ -16,7 +16,7 @@ terminating() {
1616

1717
if [ ! -f "$FILENAME" ]; then
1818
echo "Downloading $FILENAME..."
19-
wget "https://github.com/BuggleInc/PLM-judge/releases/download/$VERSION/$FILENAME"
19+
wget "https://github.com/BuggleInc/PLM-judge/releases/download/v$VERSION/$FILENAME"
2020
if [ $? != 0 ] ; then
2121
echo "Error occurred while downloading $FILENAME..."
2222
terminating

0 commit comments

Comments
 (0)