Browse code

Fix API version

Commit 3ba1dda1914fa7d380d9d3220c3b158a41f90cba bumped
the API version, but forgot to actually bump the version
in code.

This patch fixes the version to match those changes :-)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2017/11/02 21:03:50
Showing 1 changed files
... ...
@@ -3,7 +3,7 @@ package api
3 3
 // Common constants for daemon and client.
4 4
 const (
5 5
 	// DefaultVersion of Current REST API
6
-	DefaultVersion string = "1.34"
6
+	DefaultVersion string = "1.35"
7 7
 
8 8
 	// NoBaseImageSpecifier is the symbol used by the FROM
9 9
 	// command to specify that no base image is to be used.