From 5a2f31ed77f708895c058ea4f05f7f7519a4efc7 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Thu, 21 Mar 2024 14:58:11 +0000 Subject: [PATCH] doc: fix doc for `Postal.version` --- lib/postal/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/postal/config.rb b/lib/postal/config.rb index 96dd27ac..776f79e2 100644 --- a/lib/postal/config.rb +++ b/lib/postal/config.rb @@ -161,7 +161,7 @@ def branch @branch ||= read_version_file("BRANCH") end - # Return the branch name which created this release + # Return the version # # @return [String, nil] def version