From c5a9989bfcb99954a339d36d18535ae1b0c97a98 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 26 Jul 2017 16:00:39 +0000 Subject: [PATCH] Update grails to version 3.3.0 --- grails.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grails.json b/grails.json index b396ddea58..a5fa3f9d8f 100644 --- a/grails.json +++ b/grails.json @@ -1,10 +1,10 @@ { "homepage": "https://grails.org/", - "version": "3.2.11", + "version": "3.3.0", "license": "Apache 2.0", - "url": "https://github.com/grails/grails-core/releases/download/v3.2.11/grails-3.2.11.zip", - "hash": "5db6c1716712a67592603e9db37d2f319c29d81e84fb2a4d81ef044ab47d6ffd", - "extract_dir": "grails-3.2.11", + "url": "https://github.com/grails/grails-core/releases/download/v3.3.0/grails-3.3.0.zip", + "hash": "4f773c4ce9d6841cfa2b44b9917595af3ae5fb4dbaaac9699d4af0d401a56952", + "extract_dir": "grails-3.3.0", "bin": [ "bin\\grails.bat" ],