Skip to content

Commit

Permalink
fixup! Merge pull request gjtorikian#236 from anticomputer/update-to-…
Browse files Browse the repository at this point in the history
…0.29.0.gfm.10
  • Loading branch information
wataru86 committed May 9, 2023
1 parent b4899dc commit cb66635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
ruby-version: 3.0
bundler-cache: true # 'bundle install' and cache
- name: Rubocop
run: echo "linting disabled" #bundle exec rake rubocop
run: bundle exec rake rubocop
2 changes: 1 addition & 1 deletion lib/qiita_marker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module QiitaMarker
VERSION = "0.23.9"
VERSION = "0.23.6.2"
end

0 comments on commit cb66635

Please sign in to comment.