Skip to content

Commit

Permalink
update version number to 1.0.0, not starting with v. This is a homebr…
Browse files Browse the repository at this point in the history
…ew request
  • Loading branch information
maverick committed Jul 3, 2015
1 parent ac4054d commit abd0a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/drake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ "$HTTP_CLIENT" = "" ]; then
fi
fi

DRAKE_VERSION=v1.0.0
DRAKE_VERSION=1.0.0

DRAKE_SCRIPT_URL=https://raw.githubusercontent.com/Factual/drake/master/bin/drake
DRAKE_URL=https://github.com/Factual/drake/releases/download/$DRAKE_VERSION/drake.jar
Expand Down
2 changes: 1 addition & 1 deletion bin/drake-pkg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# It has all the self-install, self-upgrade and build from source feature stripped out.


DRAKE_VERSION=v1.0.0
DRAKE_VERSION=1.0.0

if [ "$1" = "--upgrade" ]; then
echo "This version of drake was installed with a package manager, but"
Expand Down

0 comments on commit abd0a77

Please sign in to comment.