Sha256: 70c5cbe85a1a667c70562e89878fd976441ef91d195f466c92a26389128596cb

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.2.2'.freeze
end

Version data entries

1 entries across 1 versions & 1 rubygems

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