Sha256: c4b3104bc73eb418f1408e2ca42b68cf3e503c1f723e1db0feef6fdbd3b81473

Contents?: true

Size: 263 Bytes

Versions: 1

Compression:

Stored size: 263 Bytes

Contents

# frozen_string_literal: true

# Annoy.rb is a Ruby wrapper for Annoy (Approximate Nearest Neighbors Oh Yeah).
module Annoy
  # The version of Annoy.rb you are using.
  VERSION = '0.6.0'

  # The version of Annoy included with gem.
  ANNOY_VERSION = '1.17.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
annoy-rb-0.6.0 lib/annoy/version.rb