Skip to content

Commit

Permalink
Setting version to 0.4.3:
Browse files Browse the repository at this point in the history
- make UntypedTitanGraph AutoCloseable
- make ConcurrentTransaction override close to close itself

Note that close in TitanUntypedGraph will only close the thread-local transaction, **not** the graph; for that use shutdown.
  • Loading branch information
eparejatobes committed May 24, 2016
1 parent 5e1660b commit 925976d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.5.0-SNAPSHOT"
version in ThisBuild := "0.4.3"

0 comments on commit 925976d

Please sign in to comment.