lib/hnswlib/version.rb in hnswlib-0.8.1 vs lib/hnswlib/version.rb in hnswlib-0.9.0

- old
+ new

@@ -1,10 +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.8.1' + VERSION = '0.9.0' # The version of Hnswlib included with gem. - HSWLIB_VERSION = '0.7.0' + HSWLIB_VERSION = '0.8.0' end