From 7d6fb16b775ab2359bbb425ef7a6d48983554116 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 4 Oct 2017 16:59:48 +0200 Subject: [PATCH] Use place holder. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 085d5d2..102e9b1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ to the upstream master remote. Make sure the latest pipeline is passing and tag HEAD with: ```bash -$ git tag -a 2.0.0 $(git rev-parse HEAD) +$ git tag -a $(git rev-parse HEAD) $ git push upstream master --tags ```