Skip to content

Commit ff09698

Browse files
committed
Release candidate with extra logging
1 parent fc961ae commit ff09698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/imap/backup/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ module Imap::Backup
66
# @private
77
MINOR = 0
88
# @private
9-
REVISION = 2
9+
REVISION = 3
1010
# @private
11-
PRE = nil
11+
PRE = "rc1".freeze
1212
# The application version
1313
VERSION = [MAJOR, MINOR, REVISION, PRE].compact.map(&:to_s).join(".")
1414
end

0 commit comments

Comments
 (0)