From 6cfdf428907fe3836efacc8e5f299dc6eb808bd7 Mon Sep 17 00:00:00 2001 From: Sverrir Sigmundarson Date: Tue, 24 Jan 2017 19:08:27 +0100 Subject: [PATCH] Bump version --- lib/jekyll-paginate-v2/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/jekyll-paginate-v2/version.rb b/lib/jekyll-paginate-v2/version.rb index 97a7c8e..254e069 100644 --- a/lib/jekyll-paginate-v2/version.rb +++ b/lib/jekyll-paginate-v2/version.rb @@ -1,8 +1,8 @@ module Jekyll module PaginateV2 - VERSION = "1.6.0" + VERSION = "1.6.1" # When modifying remember to issue a new tag command in git before committing, then push the new tag - # git tag -a v1.6.0 -m "Gem v1.6.0" + # git tag -a v1.6.1 -m "Gem v1.6.1" # git push origin --tags end # module PaginateV2 end # module Jekyll \ No newline at end of file