9 lines
112 B
Ruby
9 lines
112 B
Ruby
# -*- coding: utf-8 -*- #
|
|
# frozen_string_literal: true
|
|
|
|
module Rouge
|
|
def self.version
|
|
"3.12.0"
|
|
end
|
|
end
|