Revert back to developing 4.3.x

This reverts commit 556febb436.
This reverts commit a613eb2d82.
This commit is contained in:
Ashwin Maroli 2022-10-21 23:22:47 +05:30
parent 556febb436
commit 390b1f006b
4 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Build and deploy Jekyll documentation site
on: on:
push: push:
branches: branches:
- "4.3-stable" - master
env: env:
RUBY_VERSION: 2.7 RUBY_VERSION: 2.7

View File

@ -3,6 +3,7 @@ name: Release Gem
on: on:
push: push:
branches: branches:
- master
- "*-stable" - "*-stable"
paths: paths:
- "lib/**/version.rb" - "lib/**/version.rb"

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module Jekyll module Jekyll
VERSION = "5.0.0.dev" VERSION = "4.3.0"
end end