Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #115 from hypriot/update-device-init-1-8
Browse files Browse the repository at this point in the history
update device-init to 0.1.8
  • Loading branch information
DieterReuter committed Aug 3, 2016
2 parents 0c87b25 + 05b4fdb commit 4cde079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

describe command('dpkg -l device-init') do
its(:stdout) { should match /ii device-init/ }
its(:stdout) { should match /0.1.7/ }
its(:stdout) { should match /0.1.8/ }
its(:exit_status) { should eq 0 }
end

Expand Down
2 changes: 1 addition & 1 deletion versions.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export KERNEL_VERSION="4.4.15"
export DOCKER_ENGINE_VERSION="1.11.1-1"
export DOCKER_COMPOSE_VERSION="1.8.0-61"
export DOCKER_MACHINE_VERSION="0.8.0-30"
export DEVICE_INIT_VERSION="0.1.7"
export DEVICE_INIT_VERSION="0.1.8"
export CLUSTER_LAB_VERSION="0.2.14-1"

# specify preloaded versions of docker images needed for the cluster-lab
Expand Down

0 comments on commit 4cde079

Please sign in to comment.