From 0ca64e15ff2d9142d750849d02d5158193184846 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 22 Sep 2017 17:01:53 +0000 Subject: [PATCH] Update grails to version 3.3.1 --- grails.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grails.json b/grails.json index a5fa3f9d8f..fed5e74742 100644 --- a/grails.json +++ b/grails.json @@ -1,10 +1,10 @@ { "homepage": "https://grails.org/", - "version": "3.3.0", + "version": "3.3.1", "license": "Apache 2.0", - "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", + "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", "bin": [ "bin\\grails.bat" ],