Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugo Plouviez committed Sep 17, 2019
1 parent 12514c1 commit 6d29c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
iexecCommonVersion=3.2.0
iexecCommonVersion=3.3.0-SNAPSHOT
nexusUser=fake
nexusPassword=fake
version=3.2.0
version=3.3.0-SNAPSHOT
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ detector:

workers:
askForReplicatePeriod: ${IEXEC_ASK_REPLICATE_PERIOD:5000}
requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:3.2.0} #leave empty will allow any worker version
requiredWorkerVersion: ${IEXEC_CORE_REQUIRED_WORKER_VERSION:} #leave empty will allow any worker version
# the whitelist format should be as follow (comma separated on one or multiple lines:
# whitelist: ${IEXEC_WHITELIST:address1,
# address2,
Expand Down

0 comments on commit 6d29c43

Please sign in to comment.