This is an automated email from the ASF dual-hosted git repository. onichols pushed a commit to branch release/1.9.1 in repository https://gitbox.apache.org/repos/asf/geode-examples.git
commit 4eb6b0763402b3c97eb327d4e6c9375cbb16de16 Author: Owen Nichols <[email protected]> AuthorDate: Wed Aug 21 11:12:13 2019 -0700 Upgraded version number for releasing 1.9.1 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9a01612..d26364a 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.9.0 -geodeVersion = 1.9.0 +version = 1.9.1 +geodeVersion = 1.9.1 # release properties, set these on the command line to validate against # a release candidate
