Sha256: 9b1bd3dd285c3b5bfc0254a40e4fef762bbc77ff4a75c4ffe25a7f5da79ef49c

Contents?: true

Size: 198 Bytes

Versions: 1

Compression:

Stored size: 198 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.3.0'.freeze
end

Version data entries

1 entries across 1 versions & 1 rubygems

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