From fbcb6677257c35e7ca2b6730f2c0f02177a78dfe Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Mon, 18 Apr 2022 16:58:43 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20=F0=9F=92=8E=20to=20v226?= 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 3def3caf..be3a8fef 100644 --- a/lib/github-pages/version.rb +++ b/lib/github-pages/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GitHubPages - VERSION = 225 + VERSION = 226 end