Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Sep 18, 2014
1 parent f84136d commit 22d9a8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Michael Sauter <[email protected]>
Brice Jaglin <[email protected]>
rich <[email protected]>
Michał Rączka <[email protected]>
Bradley Cicenas <[email protected]>
Chris Rebert <[email protected]>
Joshua Sierles <[email protected]>
Scott M. Likens <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion crane/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ net=container relations.`,
Short: "Display version",
Long: `Displays the version of Crane.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v0.10.0")
fmt.Println("v0.11.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.10.0"
VERSION="0.11.0"
fi

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

0 comments on commit 22d9a8f

Please sign in to comment.