Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Set version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flx42 committed Dec 20, 2017
1 parent 0b7cb27 commit 8a0fd1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

DOCKER ?= docker

VERSION := 2.0.1
VERSION := 2.0.2
PKG_REV := 1
RUNTIME_VERSION := 1.1.0
RUNTIME_VERSION := 1.1.1

DIST_DIR := $(CURDIR)/dist

Expand Down
2 changes: 1 addition & 1 deletion nvidia-docker
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ while [ $# -gt 0 ]; do
break
;;
version)
printf "NVIDIA Docker: 2.0.1\n"
printf "NVIDIA Docker: 2.0.2\n"
break
;;
--)
Expand Down

0 comments on commit 8a0fd1a

Please sign in to comment.