Skip to content

Commit

Permalink
Add -dev suffix to version
Browse files Browse the repository at this point in the history
Signed-off-by: Joffrey F <joffrey@docker.com>
  • Loading branch information
shin- committed Apr 22, 2016
1 parent 4d0a3d9 commit 02803af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "1.8.0"
version = "1.8.1-dev"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

0 comments on commit 02803af

Please sign in to comment.