Skip to content

Commit e2ab909

Browse files
author
Jérémy James Toussaint
committed
Bump to 4.0.1
1 parent 60bf690 commit e2ab909

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

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.1} #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)