Skip to content

Commit

Permalink
Bump version to publish new release (#260)
Browse files Browse the repository at this point in the history
* Update version.rb

* Update gempush.yml

* Update ruby.yml
  • Loading branch information
Tom Osowski authored Jan 7, 2022
1 parent f15627c commit 6388310
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gempush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
- name: Set up Ruby 2.7
uses: actions/setup-ruby@v1
with:
version: 2.6.x
ruby-version: '2.7'

- name: Publish to RubyGems
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby_version: [3.0, 2.7, 2.6.4, 2.5.6, 2.4.7]
ruby_version: [3.0.0, 2.7, 2.6.4, 2.5.6, 2.4.7]
os: [ubuntu, macos]

steps:
Expand Down
2 changes: 1 addition & 1 deletion lib/twitter-ads/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Copyright (C) 2019 Twitter, Inc.

module TwitterAds
VERSION = '10.0.0'
VERSION = '10.1.0'
end

0 comments on commit 6388310

Please sign in to comment.