Skip to content

Commit 798853f

Browse files
author
Ugo Plouviez
committed
Release version 4.0.0
1 parent 2550cb5 commit 798853f

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=4.0.0-SNAPSHOT
1+
iexecCommonVersion=4.0.0
22
nexusUser=fake
33
nexusPassword=fake
4-
version=4.0.0-SNAPSHOT
4+
version=4.0.0

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ detector:
3232

3333
workers:
3434
askForReplicatePeriod: ${IEXEC_ASK_REPLICATE_PERIOD:5000}
35-
requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:} #leave empty will allow any worker version
35+
requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:4.0.0} #leave empty will allow any worker version
3636
# the whitelist format should be as follow (comma separated on one or multiple lines:
3737
# whitelist: ${IEXEC_WHITELIST:address1,
3838
# address2,

0 commit comments

Comments
 (0)