Skip to content

Commit

Permalink
Release 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdazen committed Mar 25, 2023
1 parent e9d4dc6 commit efe8af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
target
*.iml
.idea

*~
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.lambdazen.bitsy</groupId>
<artifactId>bitsy</artifactId>
<version>3.5.1</version>
<version>3.6.2</version>

<name>Bitsy Graph Database</name>
<developers>
Expand Down Expand Up @@ -46,7 +46,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- versions -->
<gremlin.version>3.5.3</gremlin.version>
<gremlin.version>3.6.2</gremlin.version>
<slf4j.version>1.7.35</slf4j.version>
<jackson.version>2.13.1</jackson.version>

Expand Down

0 comments on commit efe8af4

Please sign in to comment.