Skip to content

Commit

Permalink
Bump to 0.22.0 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed May 17, 2024
1 parent 847ada1 commit d6033c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.22.0
## 0.22.0 - 2024-05-17

* Add the `minus` operation (also known as set difference, or EXCEPT in SQL).

Expand Down
4 changes: 2 additions & 2 deletions lib/bmg/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module Bmg
module Version
MAJOR = 0
MINOR = 21
TINY = 6
MINOR = 22
TINY = 0
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
end

0 comments on commit d6033c7

Please sign in to comment.