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