Skip to content

Commit

Permalink
Bump to 0.23.0 and release.
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jun 27, 2024
1 parent 6cc2abe commit 887888f
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.23.0
## 0.23.0 - 2024-06-27

* Add `Bmg.json` and `Bmg.yaml` factory methods, to get relations on top of
usual data files.
Expand Down
2 changes: 1 addition & 1 deletion lib/bmg/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Bmg
module Version
MAJOR = 0
MINOR = 22
MINOR = 23
TINY = 0
end
VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
Expand Down

0 comments on commit 887888f

Please sign in to comment.