lib/kitchen/driver/docker_version.rb in kitchen-docker-1.3.1 vs lib/kitchen/driver/docker_version.rb in kitchen-docker-1.4.0
- old
+ new
@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*-
#
-# Copyright (C) 2013, Sean Porter
+# Copyright (C) 2014, 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
#
@@ -17,8 +17,8 @@
module Kitchen
module Driver
# Version string for Docker Kitchen driver
- DOCKER_VERSION = "1.3.1"
+ DOCKER_VERSION = "1.4.0"
end
end