Skip to content

Commit

Permalink
Bump version to 2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Jul 29, 2015
1 parent 578ded1 commit 28c1275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crane/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func handleCmd() {
}, true)

case versionCommand.FullCommand():
fmt.Println("v1.5.0")
fmt.Println("v2.0.0-rc1")

case graphCommand.FullCommand():
commandAction(*graphTargetArg, func(uow *UnitOfWork) {
Expand Down
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Set version to latest unless set by user
if [ -z "$VERSION" ]; then
VERSION="1.5.0"
VERSION="2.0.0-rc1"
fi

echo "Downloading version ${VERSION}..."
Expand Down

0 comments on commit 28c1275

Please sign in to comment.