Skip to content

Commit

Permalink
Bump to 0.21.2 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Oct 9, 2023
1 parent 2655796 commit cc755d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.21.2
## 0.21.2 - 2023-10-09

* Don't optimize left_join for now, it breaks.

Expand Down
2 changes: 1 addition & 1 deletion lib/bmg/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Bmg
module Version
MAJOR = 0
MINOR = 21
TINY = 1
TINY = 2
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
end

0 comments on commit cc755d0

Please sign in to comment.