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