From 9e9ffa8ab1aa79dfa685cf6fa2ad85b4c467bdd5 Mon Sep 17 00:00:00 2001 From: Erich Soares Machado Date: Thu, 1 Feb 2018 15:26:40 +0100 Subject: [PATCH] Fixes the markdown code highlighting for the 'Bumping Version' section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b940e7a..8965eb8 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ need to run it with sudo if you have a system-installed ruby: It feels good to release code. Do it, do it often. But before that, bump the version. Then release it. There's a few ways to update the version: -```ruby +```bash # version:write like before $ rake version:write MAJOR=0 MINOR=3 PATCH=0