This is an automated email from the ASF dual-hosted git repository. dixie pushed a commit to branch support/1.14 in repository https://gitbox.apache.org/repos/asf/geode-examples.git
commit 56365c0c984a3bf3848281fb8b771cb1f888b3ce Author: Dick Cavender <[email protected]> AuthorDate: Fri Mar 4 16:08:09 2022 -0800 GEODE-10100: Bump version to 1.14.4 As part of the Geode Release Process, the geode-examples build number must be rolled forward as work begins on the next release --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index ef8adc3..2d61138 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.14.3-build.0 -geodeVersion = 1.14.+ +version = 1.14.4-build.0 +geodeVersion = 1.14.4 # release properties, set these on the command line to validate against # a release candidate
