Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct version bump and remove warning from GitHub Actions
  • Loading branch information
gschlager committed Oct 15, 2020
1 parent b24e8e9 commit 4f29941
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
architecture: 'x64'

- name: Setup bundler
run: |
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_scheduler/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MiniScheduler
VERSION = "0.12.2"
VERSION = "0.12.3"
end

0 comments on commit 4f29941

Please sign in to comment.