Skip to content

Commit abd0a77

Browse files
author
maverick
committed
update version number to 1.0.0, not starting with v. This is a homebrew request
1 parent ac4054d commit abd0a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/drake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ "$HTTP_CLIENT" = "" ]; then
1717
fi
1818
fi
1919

20-
DRAKE_VERSION=v1.0.0
20+
DRAKE_VERSION=1.0.0
2121

2222
DRAKE_SCRIPT_URL=https://raw.githubusercontent.com/Factual/drake/master/bin/drake
2323
DRAKE_URL=https://github.com/Factual/drake/releases/download/$DRAKE_VERSION/drake.jar

bin/drake-pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# It has all the self-install, self-upgrade and build from source feature stripped out.
55

66

7-
DRAKE_VERSION=v1.0.0
7+
DRAKE_VERSION=1.0.0
88

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

0 commit comments

Comments
 (0)