Skip to content

Commit

Permalink
Bumping to version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keithpitt committed Jul 11, 2014
1 parent 1e32bce commit 3997ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildbox/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package buildbox

const (
Version = "0.2-beta.13"
Version = "0.2"
)
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COMMAND="bash -c \"\`curl -sL https://raw.githubusercontent.com/buildboxhq/build

# Allow custom setting of the version
if [ -z "$VERSION" ]; then
VERSION="0.1"
VERSION="0.2"
fi

set -e
Expand Down

0 comments on commit 3997ce9

Please sign in to comment.