mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-09 06:05:22 -05:00
6 lines
69 B
Ruby
6 lines
69 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Jekyll
|
|
VERSION = "3.8.3"
|
|
end
|