Skip to content

Commit 5718423

Browse files
author
Jérémy James Toussaint
committed
Bump to 5.0.0
1 parent d99b931 commit 5718423

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
iexecCommonVersion=5.0.0-SNAPSHOT
1+
iexecCommonVersion=5.0.0
22
nexusUser=fake
33
nexusPassword=fake
4-
version=5.0.0-SNAPSHOT
4+
version=5.0.0

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cron:
2525

2626
workers:
2727
askForReplicatePeriod: ${IEXEC_ASK_REPLICATE_PERIOD:5000}
28-
requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:} #leave empty will allow any worker version
28+
requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:5.0.0} #leave empty will allow any worker version
2929
# the whitelist format should be as follow (comma separated on one or multiple lines:
3030
# whitelist: ${IEXEC_WHITELIST:address1,
3131
# address2,

0 commit comments

Comments
 (0)