lib/kitchen/driver/docker_version.rb in kitchen-docker-0.8.0 vs lib/kitchen/driver/docker_version.rb in kitchen-docker-0.8.1

- old
+ new

@@ -1,9 +1,7 @@ # -*- encoding: utf-8 -*- # -# Author:: Sean Porter (<portertech@gmail.com>) -# # Copyright (C) 2013, Sean Porter # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -19,8 +17,8 @@ module Kitchen module Driver # Version string for Docker Kitchen driver - DOCKER_VERSION = "0.8.0" + DOCKER_VERSION = "0.8.1" end end