Skip to content

Commit 12514c1

Browse files
author
Ugo Plouviez
committed
Release version 3.2.0
1 parent 054b9a2 commit 12514c1

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