Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed May 3, 2024
1 parent a577e67 commit d01841e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jruby/neo4j/driver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Neo4j
module Driver
VERSION = '4.4.6'
VERSION = '4.4.16'
end
end
1 change: 0 additions & 1 deletion spec/integration/bookmark_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def expect_single_value(bookmark, value)
expect(values.first).to start_with(value)
end

# TODO: The version restriction should not be present here!
it 'raises for invalid bookmark' do
invalid_bookmark = Neo4j::Driver::Bookmark.from('hi, this is an invalid bookmark')
expect { driver.session(bookmarks: invalid_bookmark, &:begin_transaction) }
Expand Down

0 comments on commit d01841e

Please sign in to comment.