Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekEdwards committed Jul 18, 2017
1 parent baa42b7 commit 94f4db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Oneclick::Application.config.version = 'v1.15.0-rc.1'
Oneclick::Application.config.version = 'v1.15.0'

1 change: 1 addition & 0 deletions lib/tasks/update.rake
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ namespace :update do
puts 'Additional Release Notes:'
puts 'FOR PA, set config.restrict_services_to_origin_county = true'
puts "For PA, in Heroku set rake scheduled:update_booked_trip_statuses as a scheduled task."

puts "For GTC, set config.show_paratransit_fleet_size_and_trip_volume = true"
puts "For every instance be sure to set the state config: OneclickConfiguration.where(code: 'state').first_or_initialize.update_attributes(value: 'MA')"
puts "For every instance, in Heroku change scheduled task from oneclick:send_feedback_follow_up_emails to scheduled:send_feedback_follow_up_emails"
Expand Down

0 comments on commit 94f4db8

Please sign in to comment.