lib/hnswlib/version.rb in hnswlib-0.1.0 vs lib/hnswlib/version.rb in hnswlib-0.1.1

- old
+ new

@@ -1,9 +1,10 @@ # frozen_string_literal: true # Hnswlib.rb provides Ruby bindings for the Hnswlib. module Hnswlib # The version of Hnswlib.rb you install. - VERSION = '0.1.0' + VERSION = '0.1.1' + # The version of Hnswlib included with gem. HSWLIB_VERSION = '0.5.2' end