5 lines
76 B
Ruby
5 lines
76 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Jekyll
|
|
VERSION = "3.8.5".freeze
|
|
end
|