From 1515c14e46f533a8b15f48f1076e89acf01bde82 Mon Sep 17 00:00:00 2001 From: Kirill Vainer Date: Tue, 26 Apr 2016 20:09:16 -0400 Subject: [PATCH] build: change master version to 3.2 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index e18680a7a..51f0a0f47 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Version number used for plugins, only 3 numbers (e.g. 3.1.3) -jmeVersion = 3.1.0 +jmeVersion = 3.2.0 # Version used for application and settings folder, no spaces! -jmeMainVersion = 3.1 +jmeMainVersion = 3.2 # Version addition pre-alpha-svn, Stable, Beta jmeVersionTag = SNAPSHOT # Increment this each time jmeVersionTag changes but jmeVersion stays the same