Skip to content

Commit 5e14673

Browse files
committed
bump version
1 parent ce0e32f commit 5e14673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

enot_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"app_vsn": "3.4.5",
3+
"app_vsn": "3.4.6",
44
"deps": [
55
{
66
"name": "bson",

src/mongodb.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%% ex: ts=4 sw=4 noexpandtab syntax=erlang
22
{application, mongodb, [
33
{description, "Client interface to MongoDB, also known as the driver. See www.mongodb.org"},
4-
{vsn, "3.4.5"},
4+
{vsn, "3.4.6"},
55
{registered, []},
66
{applications, [kernel, stdlib, bson, crypto, poolboy, pbkdf2]},
77
{mod, {mongo_app, []}}

0 commit comments

Comments
 (0)