From baddefeadd04ef739504daf75af4c6475048655d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 24 Nov 2017 17:00:39 +0000 Subject: [PATCH] Update grails to version 3.3.2 --- grails.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grails.json b/grails.json index fed5e74742..0fb1a48c13 100644 --- a/grails.json +++ b/grails.json @@ -1,10 +1,10 @@ { "homepage": "https://grails.org/", - "version": "3.3.1", + "version": "3.3.2", "license": "Apache 2.0", - "url": "https://github.com/grails/grails-core/releases/download/v3.3.1/grails-3.3.1.zip", - "hash": "a8e2b7f0e09de5b4069bad452ede486fb5487033104f2c5133871fc89fc19f51", - "extract_dir": "grails-3.3.1", + "url": "https://github.com/grails/grails-core/releases/download/v3.3.2/grails-3.3.2.zip", + "hash": "ed6fba70645d7ead04d8ca48e297b19ec697a24a98030e88df1de5f709c22167", + "extract_dir": "grails-3.3.2", "bin": [ "bin\\grails.bat" ],