Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-ruby-agent-bot committed Jan 8, 2024
1 parent 38199be commit 4266f65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/new_relic/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module NewRelic
module VERSION # :nodoc:
MAJOR = 9
MINOR = 6
MINOR = 7
TINY = 0

STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
Expand Down
7 changes: 6 additions & 1 deletion newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# For full documentation of agent configuration options, please refer to
# https://docs.newrelic.com/docs/agents/ruby-agent/installation-configuration/ruby-agent-configuration

common: &default_settings # Required license key associated with your New Relic account.
common: &default_settings
# Required license key associated with your New Relic account.
license_key: <%= license_key %>

# Your application name. Renaming here affects where data displays in New
Expand Down Expand Up @@ -534,6 +535,10 @@ common: &default_settings # Required license key associated with your New Relic
# prepend, chain, disabled.
# instrumentation.typhoeus: auto

# Controls auto-instrumentation of ViewComponent at startup. May be one of: auto,
# prepend, chain, disabled.
# instrumentation.view_component: auto

# A dictionary of label names and values that will be applied to the data sent
# from this agent. May also be expressed as a semicolon-delimited ; string of
# colon-separated : pairs. For example, Server:One;Data Center:Primary.
Expand Down

0 comments on commit 4266f65

Please sign in to comment.