Skip to content

Commit

Permalink
Merge pull request #42 from SergeTupchiy/v3-0-23
Browse files Browse the repository at this point in the history
chore: bump vsn to 3.0.23
  • Loading branch information
SergeTupchiy committed Feb 8, 2024
2 parents b791892 + 53df48f commit c70e158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mongodb.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% ex: ts=4 sw=4 noexpandtab syntax=erlang
{application, mongodb, [
{description, "Client interface to MongoDB, also known as the driver. See www.mongodb.org"},
{vsn, "3.0.22"},
{vsn, "3.0.23"},
{registered, []},
{applications, [kernel, stdlib, bson, crypto, poolboy, pbkdf2]},
{mod, {mongo_app, []}}
Expand Down

0 comments on commit c70e158

Please sign in to comment.