Set version to 2.0.3

This commit is contained in:
Felix Abecassis 2018-02-22 16:28:50 -08:00
parent 2e9f20b054
commit 4768b39b14
2 changed files with 3 additions and 3 deletions

View file

@ -2,9 +2,9 @@
DOCKER ?= docker
VERSION := 2.0.2
VERSION := 2.0.3
PKG_REV := 1
RUNTIME_VERSION := 1.1.1
RUNTIME_VERSION := 2.0.0
DIST_DIR := $(CURDIR)/dist

View file

@ -18,7 +18,7 @@ while [ $# -gt 0 ]; do
break
;;
version)
printf "NVIDIA Docker: 2.0.2\n"
printf "NVIDIA Docker: 2.0.3\n"
break
;;
--)