diff --git a/build.sbt b/build.sbt index d14a7bc..19f09a1 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ organization := "inc.buggle" name := "PLM-judge" -version := "2.1.0" +version := "2.1.1" autoScalaLibrary := false diff --git a/launcher.sh b/launcher.sh index 2a539af..7c5feb1 100755 --- a/launcher.sh +++ b/launcher.sh @@ -3,7 +3,7 @@ NB_ERROR=0 MAX_ERROR=5 -VERSION="2.1.0" +VERSION="2.1.1" FILENAME="PLM-judge-assembly-$VERSION.jar" MESSAGEQUEUE_ADDR="plm.telecomnancy.univ-lorraine.fr"