Skip to content

Commit cb66635

Browse files
committed
fixup! Merge pull request gjtorikian#236 from anticomputer/update-to-0.29.0.gfm.10
1 parent b4899dc commit cb66635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
ruby-version: 3.0
1414
bundler-cache: true # 'bundle install' and cache
1515
- name: Rubocop
16-
run: echo "linting disabled" #bundle exec rake rubocop
16+
run: bundle exec rake rubocop

lib/qiita_marker/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module QiitaMarker
4-
VERSION = "0.23.9"
4+
VERSION = "0.23.6.2"
55
end

0 commit comments

Comments
 (0)