Skip to content

Commit

Permalink
use 'stable' as default, we cannot freeze the release completely anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Joyeux committed Dec 3, 2014
1 parent 17ad1f9 commit d959ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
Rock.flavors.define 'master', :implicit => true

configuration_option('ROCK_SELECTED_FLAVOR', 'string',
:default => ROCK_CURRENT_RELEASE,
:default => 'stable',
:possible_values => ['stable', 'master', ROCK_CURRENT_RELEASE],
:doc => [
"Which flavor of Rock do you want to use ?",
Expand Down

0 comments on commit d959ff3

Please sign in to comment.