Skip to content

Commit

Permalink
fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Dec 29, 2018
1 parent b15fe96 commit d675c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/initializers/_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Lupo
class Application
VERSION = "2.1.15"
VERSION = "2.1.16"
end
end
2 changes: 1 addition & 1 deletion config/initializers/bugsnag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
config.api_key = ENV["BUGSNAG_KEY"]
config.notify_release_stages = %w(stage production)
config.app_version = Lupo::Application::VERSION
configuration.auto_capture_sessions = true
config.auto_capture_sessions = true
end
end

0 comments on commit d675c7b

Please sign in to comment.