This is an automated email from the ASF dual-hosted git repository. onichols pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode-examples.git
commit b43a28b3a00db9ea810a4bec60e10485b090ad11 Author: Owen Nichols <[email protected]> AuthorDate: Wed Jan 26 11:08:22 2022 -0800 pair develop examples with 1.16.0 now that support/1.15 has been created --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index bf8f18f..de0f807 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # -version = 1.15.0-build.0 -geodeVersion = 1.15.+ +version = 1.16.0-build.0 +geodeVersion = 1.16.+ # release properties, set these on the command line to validate against # a release candidate
