From 556febb436c93a476365a9235403c82d3f9e74be Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 20 Oct 2022 22:46:28 +0530 Subject: [PATCH] Mark initiation of v5.0 development To prevent users from pointing their Gemfile to the repository and breaking their site. --- lib/jekyll/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index 246f7d74..eeba3b26 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jekyll - VERSION = "4.3.0" + VERSION = "5.0.0.dev" end