Skip to content

Commit

Permalink
Add v-prefix to version
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed May 12, 2020
1 parent 1461005 commit caf65e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -o pipefail
set -e
BASEDIR=$(dirname "$0")
head -1 $BASEDIR/../RELEASE_NOTES.md | sed 's/#### //g'
head -1 $BASEDIR/../RELEASE_NOTES.md | sed 's/#### /v/g'

1 comment on commit caf65e8

@vercel
Copy link

@vercel vercel bot commented on caf65e8 May 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.