Skip to content

Commit

Permalink
Bump to v0.11.1.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Jul 17, 2024
1 parent 8ca6623 commit 3a77c62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Unreleased
[no unreleased changes yet]

## v0.11.0 (2024-07-16)
- Search back through renames

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fcom (0.11.0)
fcom (0.11.1.alpha)
activesupport (>= 6, < 8)
memo_wise (>= 1.7, < 2)
rainbow (>= 3.0, < 4)
Expand Down
2 changes: 1 addition & 1 deletion lib/fcom/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# rubocop:disable Style/StaticClass
class Fcom
VERSION = '0.11.0'
VERSION = '0.11.1.alpha'
end
# rubocop:enable Style/StaticClass

0 comments on commit 3a77c62

Please sign in to comment.