6 lines
79 B
Ruby
6 lines
79 B
Ruby
# frozen_string_literal: true
|
|
|
|
module RedmineMessenger
|
|
VERSION = '1.0.9'
|
|
end
|