From c12d6c33dc1d7081d31aab21de74e56222991437 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 7 Oct 2020 11:07:32 -0400 Subject: [PATCH] Bump :gem: to v209 --- 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 193b48b7..f2efb1b4 100644 --- a/lib/github-pages/version.rb +++ b/lib/github-pages/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GitHubPages - VERSION = 208 + VERSION = 209 end