From 9e968a7fe8e400b2435b298544c3150f40011886 Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Tue, 31 Jan 2023 13:20:13 +0500 Subject: [PATCH] =?UTF-8?q?Bump=20=F0=9F=92=8E=20to=20v228?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/github-pages/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github-pages/version.rb b/lib/github-pages/version.rb index 32a8ad38..a38e8a6b 100644 --- a/lib/github-pages/version.rb +++ b/lib/github-pages/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GitHubPages - VERSION = 227 + VERSION = 228 end