messed up with the version number (my bad). The good one: 2.1.0.rc1

did committed Mar 08, 2016
commit 0b77940ab87825a4363bb4815fc1c6ad99f426d6
Showing 1 changed file with 1 additions and 1 deletions
locomotive/wagon/version.rb b/lib/locomotive/wagon/version.rb +1 -1
@@ @@ -1,5 +1,5 @@
module Locomotive
module Wagon
- VERSION = '2.1.0.rc2'
+ VERSION = '2.1.0.rc1'
end
end