Version bump to 2.0.2 [skip ci]
Andrew
committed Mar 15, 2018
commit cb8b26bc64e7078b151a6170fa89c67f463ff692
Showing 2
changed files with
2 additions
and 2 deletions
CHANGELOG.md
+1
-1
| @@ | @@ -1,4 +1,4 @@ |
| - | ## 2.0.2 [unreleased] |
| + | ## 2.0.2 |
| - Fixed error on duplicate records | |
| - Fixed message when visit not found for geocoding | |
ahoy/version.rb b/lib/ahoy/version.rb
+1
-1
| @@ | @@ -1,3 +1,3 @@ |
| module Ahoy | |
| - | VERSION = "2.0.1" |
| + | VERSION = "2.0.2" |
| end | |