Skip to content

Commit e5b9855

Browse files
Jérémy James Toussaintjames-toussaint
authored andcommitted
Release 3.0.1
1 parent 148ebdd commit e5b9855

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
iexecCommonVersion=3.0.0
22
nexusUser=fake
33
nexusPassword=fake
4-
version=3.0.1-SNAPSHOT
4+
version=3.0.1
55

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ chain:
3636

3737
workers:
3838
askForReplicatePeriod: ${IEXEC_ASK_REPLICATE_PERIOD:5000}
39-
requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:} #leave empty will allow any worker version
39+
requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:3.0.1} #leave empty will allow any worker version
4040

4141
resultRepository:
4242
protocol: ${IEXEC_RESULT_REPOSITORY_PROTOCOL:http}

0 commit comments

Comments
 (0)