Module: NewRelic::VERSION

Defined in:
lib/new_relic/version.rb

Overview

:nodoc:

Constant Summary collapse

MAJOR =
3
MINOR =
5
TINY =
8
STRING =
build_version_string(MAJOR, MINOR, TINY, BUILD)

Class Method Summary collapse

Class Method Details

.build_version_string(*parts) ⇒ Object



5
6
7
# File 'lib/new_relic/version.rb', line 5

def self.build_version_string(*parts)
  parts.compact.join('.')
end