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

Commit

Permalink
Update to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Apr 16, 2015
1 parent 30bd77e commit 8b50888
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.0-rc1"
#define MyAppVersion "1.6.0"

This comment has been minimized.

Copy link
@ahmetb

ahmetb Apr 16, 2015

Contributor

ooo nice catch :D

#define MyAppPublisher "Docker Inc"
#define MyAppURL "https://docker.com"
#define MyAppContact "https://docs.docker.com"
Expand Down
8 changes: 4 additions & 4 deletions bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ 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.5.0
boot2dockerCli=1.5.0
docker=1.6.0-rc1
boot2dockerIso=1.6.0
boot2dockerCli=1.6.0
docker=1.6.0
vbox=4.3.26
vboxRev=98988
msysGit=1.9.5-preview20150319

boot2dockerIsoSrc=boot2docker
boot2dockerCliSrc=boot2docker
dockerBucket=test.docker.com
dockerBucket=get.docker.com

set -x
rm -r bundle
Expand Down

1 comment on commit 8b50888

@ahmetb
Copy link
Contributor

@ahmetb ahmetb commented on 8b50888 Apr 16, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ you @tianon

Please sign in to comment.