Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
Bump to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 18, 2015
1 parent 7bf811d commit 2e6244d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Boot2Docker.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Boot2Docker for Windows"
#define MyAppVersion "1.6.2"
#define MyAppVersion "1.7.0"
#define MyAppPublisher "Docker Inc"
#define MyAppURL "https://docker.com"
#define MyAppContact "https://docs.docker.com"
Expand Down
6 changes: 3 additions & 3 deletions bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -e
# Script to grab binaries that are going to be bundled with windows installer.
# Note to maintainers: Update versions used below with newer releases

boot2dockerIso=1.6.2
boot2dockerCli=1.6.2
docker=1.6.2
boot2dockerIso=1.7.0
boot2dockerCli=1.7.0
docker=1.7.0
vbox=4.3.28
vboxRev=100309
msysGit=1.9.5-preview20150319
Expand Down

0 comments on commit 2e6244d

Please sign in to comment.