Revert back to developing 4.3.x
This reverts commit556febb436
. This reverts commita613eb2d82
.
This commit is contained in:
parent
556febb436
commit
390b1f006b
|
@ -3,7 +3,7 @@ name: Build and deploy Jekyll documentation site
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "4.3-stable"
|
||||
- master
|
||||
|
||||
env:
|
||||
RUBY_VERSION: 2.7
|
||||
|
|
|
@ -3,6 +3,7 @@ name: Release Gem
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "*-stable"
|
||||
paths:
|
||||
- "lib/**/version.rb"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Jekyll
|
||||
VERSION = "5.0.0.dev"
|
||||
VERSION = "4.3.0"
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue