Skip to content

Commit

Permalink
Merge pull request #249 from tdiary/release-5-3-0
Browse files Browse the repository at this point in the history
Release 5.3.0
  • Loading branch information
hsbt committed Feb 29, 2024
2 parents cd990a0 + 6572952 commit 68f1e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build ${{ matrix.ruby }}
strategy:
matrix:
ruby: [ '3.0', 2.7, 2.6 ]
ruby: [ '3.3', '3.2', '3.1', '3.0' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion lib/tdiary/contrib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module TDiary
class Contrib
VERSION = "5.2.4"
VERSION = "5.3.0"
end
end

0 comments on commit 68f1e60

Please sign in to comment.