We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870fc4f commit 7c43c84Copy full SHA for 7c43c84
lib/mail/version.rb
@@ -5,7 +5,7 @@ module VERSION
5
MAJOR = 2
6
MINOR = 7
7
PATCH = 1
8
- BUILD = 'rc1'
+ BUILD = nil
9
10
STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
11
0 commit comments