Skip to content

Commit 68198cc

Browse files
authored
release 7.1.1 (#243)
1 parent 4eeed54 commit 68198cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/solarwinds_apm/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module SolarWindsAPM
1313
module Version
1414
MAJOR = 7 # breaking,
1515
MINOR = 1 # feature,
16-
PATCH = 0 # fix => BFF
16+
PATCH = 1 # fix => BFF
1717
PRE = nil
1818

1919
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')

0 commit comments

Comments
 (0)