From 0b617f535a3464b3d57454f4a25a67b963e6b144 Mon Sep 17 00:00:00 2001 From: Michael Sauter Date: Thu, 12 Jun 2014 23:42:04 +0000 Subject: [PATCH] Bump version to 0.8.0 --- cmd.go | 2 +- download.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd.go b/cmd.go index 10d9cf3..753463e 100644 --- a/cmd.go +++ b/cmd.go @@ -140,7 +140,7 @@ If no Dockerfile is given, it will pull the image(s) from the given registry.`, Short: "Display version", Long: `Displays the version of Crane.`, Run: func(cmd *cobra.Command, args []string) { - fmt.Println("v0.7.3") + fmt.Println("v0.8.0") }, } diff --git a/download.sh b/download.sh index 00370c6..f8919c7 100755 --- a/download.sh +++ b/download.sh @@ -2,7 +2,7 @@ # Set version to latest unless set by user if [ -z "$VERSION" ]; then - VERSION="0.7.3" + VERSION="0.8.0" fi echo "Dowloading version ${VERSION}..."