Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Feb 9, 2015
1 parent 0903a93 commit 45565af
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 @@ -4,6 +4,7 @@ rich <[email protected]>
Michał Rączka <[email protected]>
Bradley Cicenas <[email protected]>
Chris Rebert <[email protected]>
David Lefever <[email protected]>
Joshua Sierles <[email protected]>
Mathew Davies <[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 @@ -210,7 +210,7 @@ net=container relations.`,
Short: "Display version",
Long: `Displays the version of Crane.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v1.0.0")
fmt.Println("v1.1.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="1.0.0"
VERSION="1.1.0"
fi

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

0 comments on commit 45565af

Please sign in to comment.