5 lines
87 B
Ruby
5 lines
87 B
Ruby
# frozen_string_literal: true
|
|
module GitHubChangelogGenerator
|
|
VERSION = "1.13.1"
|
|
end
|