bump version to 1.0.0.rc8
did
committed Dec 05, 2015
commit 09c6899f10432d8c7f5c86a389909ab5a321b0e1
Showing 2
changed files with
2 additions
and 2 deletions
Gemfile.lock
+1
-1
| @@ | @@ -1,7 +1,7 @@ |
| PATH | |
| remote: . | |
| specs: | |
| - | locomotivecms_steam (1.0.0.rc7) |
| + | locomotivecms_steam (1.0.0.rc8) |
| RedCloth (~> 4.2.9) | |
| chronic (~> 0.10.2) | |
| coffee-script (~> 2.4.1) | |
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.0.0.rc7' |
| + | VERSION = '1.0.0.rc8' |
| end | |
| end | |