Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed May 28, 2015
1 parent e129d5f commit d4da214
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Michael Sauter <[email protected]>
Brice Jaglin <[email protected]>
rich <[email protected]>
Michal Gebauer <[email protected]>
Michał Rączka <[email protected]>
Adrian Hurtado <[email protected]>
Bradley Cicenas <[email protected]>
Michal Gebauer <[email protected]>
Chris Rebert <[email protected]>
David Lefever <[email protected]>
Joshua Sierles <[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 @@ -221,7 +221,7 @@ net=container relations.`,
Short: "Display version",
Long: `Displays the version of Crane.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v1.2.0")
fmt.Println("v1.3.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.2.0"
VERSION="1.3.0"
fi

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

0 comments on commit d4da214

Please sign in to comment.