rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/version.rb

9 lines
112 B
Ruby
Raw Normal View History

2019-10-21 08:18:17 +00:00
# -*- coding: utf-8 -*- #
# frozen_string_literal: true
module Rouge
def self.version
"3.12.0"
end
end