We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eeed54 commit 68198ccCopy full SHA for 68198cc
lib/solarwinds_apm/version.rb
@@ -13,7 +13,7 @@ module SolarWindsAPM
13
module Version
14
MAJOR = 7 # breaking,
15
MINOR = 1 # feature,
16
- PATCH = 0 # fix => BFF
+ PATCH = 1 # fix => BFF
17
PRE = nil
18
19
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
0 commit comments