Commit 7862b9bcfec293ae27cbfd8f74fd4507960ab87d

Authored by Andrew Kane
1 parent fe668554

Version bump to 0.7.3

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
CHANGELOG.md
1   -## 0.7.3 [unreleased]
  1 +## 0.7.3
2 2  
3 3 - Fixed multi-index searches
4 4 - Fixed suggestions for partial matches
... ...
lib/searchkick/version.rb
1 1 module Searchkick
2   - VERSION = "0.7.2"
  2 + VERSION = "0.7.3"
3 3 end
... ...