diff --git a/lib/new_relic/version.rb b/lib/new_relic/version.rb index ad5eec0289..0eaf72058c 100644 --- a/lib/new_relic/version.rb +++ b/lib/new_relic/version.rb @@ -7,7 +7,7 @@ module NewRelic module VERSION # :nodoc: MAJOR = 9 MINOR = 4 - TINY = 0 + TINY = 1 STRING = "#{MAJOR}.#{MINOR}.#{TINY}" end