From b0dc133d729fde0bc676e9e080c277b4a0bb3dce Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Mon, 1 Feb 2021 15:25:33 -0800 Subject: [PATCH] Bump version to 4.13.0-SNAPSHOT --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index ac21e58c03..0c90ccb08a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ org.gradle.daemon=true org.gradle.configureondemand=false -VERSION_NAME=4.12.0 +VERSION_NAME=4.13.0-SNAPSHOT VERSION_MAJOR=4 -VERSION_MINOR=12 +VERSION_MINOR=13 VERSION_PATCH=0 GROUP=com.github.bumptech.glide