lib/csv/excel/version.rb in csv-excel-0.1.0 vs lib/csv/excel/version.rb in csv-excel-0.1.1

- old
+ new

@@ -1,7 +1,7 @@ require "csv" class CSV module Excel - VERSION = "0.1.0".freeze + VERSION = "0.1.1".freeze end end