diff --git a/eng/pipelines/onebranch/variables/common-variables.yml b/eng/pipelines/onebranch/variables/common-variables.yml
index 946740a35a..7215deadf7 100644
--- a/eng/pipelines/onebranch/variables/common-variables.yml
+++ b/eng/pipelines/onebranch/variables/common-variables.yml
@@ -31,7 +31,7 @@ variables:
- name: Minor
value: '1'
- name: Patch
- value: '5'
+ value: '6'
- name: NugetPackageVersion
value: '$(Major).$(Minor).$(Patch)'
@@ -41,7 +41,7 @@ variables:
# maintain this variable such that these testing preview builds receive newer version numbers
# than previous builds.
- name: PreviewNugetPackageVersion
- value: 6.1.6-preview1
+ value: 6.1.7-preview1
# GOTCHA: We're intentionally omitting the '.' between Minor and Patch because the BuildNumber
# already contains a '.' and assembly file versions must only contain a maximum of three '.'
@@ -68,7 +68,7 @@ variables:
- name: akvVersionMinor
value: '1'
- name: akvVersionPatch
- value: '2'
+ value: '3'
- name: akvVersionPreview
value: ''
diff --git a/src/Microsoft.Data.SqlClient/tests/StressTests/Directory.Packages.props b/src/Microsoft.Data.SqlClient/tests/StressTests/Directory.Packages.props
index 48b1de383e..81b7d76e6a 100644
--- a/src/Microsoft.Data.SqlClient/tests/StressTests/Directory.Packages.props
+++ b/src/Microsoft.Data.SqlClient/tests/StressTests/Directory.Packages.props
@@ -21,7 +21,7 @@
- 6.1.4
+ 6.1.5
diff --git a/tools/props/Versions.props b/tools/props/Versions.props
index 245f3d06ac..c19c73fe31 100644
--- a/tools/props/Versions.props
+++ b/tools/props/Versions.props
@@ -2,7 +2,7 @@
- 6.1.5
+ 6.1.6
0