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