Skip to content

Commit

Permalink
Update version versions to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeRadinovich committed Nov 20, 2019
1 parent e4a70be commit bc02ef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start.sh
Expand Up @@ -95,9 +95,9 @@ startEnvironment() {

ENVIRONMENT=''
IOFOG_BUILD_NO_CACHE=''
AGENT_IMAGE='docker.io/iofog/agent:1.3.0-rc1'
CONTROLLER_IMAGE='docker.io/iofog/controller:1.3.0-rc3'
CONNECTOR_IMAGE='docker.io/iofog/connector:1.3.0-rc1'
AGENT_IMAGE='docker.io/iofog/agent:1.3.0'
CONTROLLER_IMAGE='docker.io/iofog/controller:1.3.0'
CONNECTOR_IMAGE='docker.io/iofog/connector:1.3.0'
while [[ "$#" -ge 1 ]]; do
case "$1" in
-h|--help)
Expand Down

0 comments on commit bc02ef6

Please sign in to comment.