Sha256: e8d24b1d9aa3e740fc378058bc25db9a56a09ebf493b0383cabb2cd78c6310ab

Contents?: true

Size: 240 Bytes

Versions: 1

Compression:

Stored size: 240 Bytes

Contents

# frozen_string_literal: true

# Hnswlib.rb provides Ruby bindings for the Hnswlib.
module Hnswlib
  # The version of Hnswlib.rb you install.
  VERSION = '0.7.0'

  # The version of Hnswlib included with gem.
  HSWLIB_VERSION = '0.7.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hnswlib-0.7.0 lib/hnswlib/version.rb