Skip to content

Commit 6388310

Browse files
author
Tom Osowski
authored
Bump version to publish new release (#260)
* Update version.rb * Update gempush.yml * Update ruby.yml
1 parent f15627c commit 6388310

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gempush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Set up Ruby 2.6
14+
- name: Set up Ruby 2.7
1515
uses: actions/setup-ruby@v1
1616
with:
17-
version: 2.6.x
17+
ruby-version: '2.7'
1818

1919
- name: Publish to RubyGems
2020
run: |

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
ruby_version: [3.0, 2.7, 2.6.4, 2.5.6, 2.4.7]
24+
ruby_version: [3.0.0, 2.7, 2.6.4, 2.5.6, 2.4.7]
2525
os: [ubuntu, macos]
2626

2727
steps:

lib/twitter-ads/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Copyright (C) 2019 Twitter, Inc.
33

44
module TwitterAds
5-
VERSION = '10.0.0'
5+
VERSION = '10.1.0'
66
end

0 commit comments

Comments
 (0)