Merge pull request #346 from jekyll/pull/release-2.6.1

Release: v2.6.1
This commit is contained in:
Frank Taillandier 2019-05-17 09:11:18 +02:00 committed by GitHub
commit ec35d6a8c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View File

@ -4,7 +4,10 @@ rvm:
- 2.4
- 2.6
before_install: gem install bundler
before_install:
- gem update --system
- gem install bundler
script: script/cibuild
env:

View File

@ -1,8 +1,4 @@
## HEAD
### Minor Enhancements
* Release: v2.6.0 (#334)
## 2.6.1 / 2019-05-17
### Development Fixes

View File

@ -5,6 +5,6 @@ module Liquid; class Tag; end; end
module Jekyll
class SeoTag < Liquid::Tag
VERSION = "2.6.0"
VERSION = "2.6.1"
end
end