diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2026-05-11 14:20:56 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2026-05-11 14:21:34 -0700 |
| commit | da9e38460a776dd8b10d7f42d4630a1e5f3dc455 (patch) | |
| tree | 40d3f07709afaaee2e27b7036ab34c217209b82b | |
| parent | d7ef97204d907561eb67828382f7bb17397313c6 (diff) | |
publish.yml: Bump an example version a little
3.x is getting old. I wanted to at least see 4.x.
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6b045afea7..1b3df3a6ea 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ on: version: description: 'Version of the Ruby package to release' required: true - default: '3.3.4' + default: '4.0.0' permissions: contents: read |
