change version to 1.4.0.rc1

Didier Lafforgue committed Mar 09, 2018
commit f3b0a5186bbf1c3effdeebde865ce084ba70b325
Showing 2 changed files with 2 additions and 2 deletions
Gemfile.lock +1 -1
@@ @@ -1,7 +1,7 @@
PATH
remote: .
specs:
- locomotivecms_steam (1.4.0.pre.rc.1)
+ locomotivecms_steam (1.4.0.rc1)
RedCloth (~> 4.3.2)
autoprefixer-rails (~> 8.0.0)
bcrypt (~> 3.1.11)
locomotive/steam/version.rb b/lib/locomotive/steam/version.rb +1 -1
@@ @@ -3,6 +3,6 @@
# 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0
module Locomotive
module Steam
- VERSION = '1.4.0-rc.1'
+ VERSION = '1.4.0.rc1'
end
end