From 118720b8a9d76b3ebcaf439f05e271413570dda5 Mon Sep 17 00:00:00 2001 From: Rory Finnegan Date: Fri, 19 Feb 2021 11:24:38 -0600 Subject: [PATCH] Bumping minor release Since we're post 1.0 and we've bumped the BSON dependency, so we're tagging a new minor release. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f6176ed..268274b 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "JLSO" uuid = "9da8a3cd-07a3-59c0-a743-3fdc52c30d11" license = "MIT" authors = ["Invenia Technical Computing Corperation"] -version = "2.4.0" +version = "2.5.0" [deps] BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"