summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2014-12-16 12:54:09 -0800
committerJoffrey F <joffrey@docker.com>2014-12-17 11:44:31 -0800
commitb214406b38ddcb537e4a225a4a194fe7dce054b7 (patch)
tree08e4c366c7988beb9160570508dc52feb512ebb1 /tests
parentc9f9157ea8473ea977e393284d788a7959a3d2d5 (diff)
downloaddocker-py-b214406b38ddcb537e4a225a4a194fe7dce054b7.tar.gz
Updated mock API version
Diffstat (limited to 'tests')
-rw-r--r--tests/fake_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fake_api.py b/tests/fake_api.py
index 9d76ee3..a006f51 100644
--- a/tests/fake_api.py
+++ b/tests/fake_api.py
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-CURRENT_VERSION = 'v1.15'
+CURRENT_VERSION = 'v1.16'
FAKE_CONTAINER_ID = '3cc2351ab11b'
FAKE_IMAGE_ID = 'e9aa60c60128'