Mark initiation of v5.0 development

To prevent users from pointing their Gemfile to the repository and breaking their site.
This commit is contained in:
Ashwin Maroli 2022-10-20 22:46:28 +05:30 committed by GitHub
parent a613eb2d82
commit 556febb436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Jekyll
VERSION = "4.3.0"
VERSION = "5.0.0.dev"
end