Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Jun 12, 2014
1 parent 288b285 commit 0b617f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
},
}

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="0.7.3"
VERSION="0.8.0"
fi

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

0 comments on commit 0b617f5

Please sign in to comment.