Skip to content

Commit

Permalink
2.1.22
Browse files Browse the repository at this point in the history
2023-12-04 11:02
  • Loading branch information
ttscoff committed Dec 4, 2023
1 parent 9ae102b commit 9ab6ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mdless/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CLIMarkdown
VERSION = '2.1.21'
VERSION = '2.1.22'
end
2 changes: 1 addition & 1 deletion pushgem.fish
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/local/bin/fish

set -l ver (rake bump[inc])
changelog -f markdown > current_changelog.md
changelog -f markdown | sed -E 's/^### //' > current_changelog.md
changelog -u
git commit -a -F current_changelog.md
git push
Expand Down

0 comments on commit 9ab6ad5

Please sign in to comment.