Skip to content

Commit

Permalink
Do a release to trigger a package build
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Nov 15, 2023
1 parent c5c810d commit eb41adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/imap/backup/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Imap; end
module Imap::Backup
MAJOR = 14
MINOR = 4
REVISION = 0
REVISION = 1
PRE = nil
VERSION = [MAJOR, MINOR, REVISION, PRE].compact.map(&:to_s).join(".")
end

0 comments on commit eb41adf

Please sign in to comment.