From 5cc6e024ed2ebe581e6d51fe6bffbdeef3ba500d Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Thu, 1 Oct 2020 18:00:35 -0400
Subject: [PATCH] Updated minor correct in CONTRIBUTING.

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d80afe1..c423b54 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -72,7 +72,7 @@ First ensure the package is prepared for the release process:
 
 * Make sure any references to the version number or branch name in the readme is at the pre-release branch/version
   * The branch name in the build pipeline badge
-* Ensure the Aparapi version set in .gitlab.yml correctly points to the pre-release SNAPSHOT
+* Ensure the Aparapi version set in .gitlab.yml correctly points to the correct version for the branch.
 * Update the changelog file.
 
 Next lets take a few steps to do the actual release:
-- 
GitLab