mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
6 lines
80 B
Ruby
6 lines
80 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Jekyll
|
|
VERSION = "4.0.0.pre.alpha1"
|
|
end
|