From 6d9346286fda9e172980f72e591bbaea8234d7c1 Mon Sep 17 00:00:00 2001 From: nickdos Date: Fri, 23 Jan 2015 11:48:06 +1100 Subject: [PATCH] Version 0.65 --- BiocacheHubsGrailsPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BiocacheHubsGrailsPlugin.groovy b/BiocacheHubsGrailsPlugin.groovy index 326954f10..063139925 100644 --- a/BiocacheHubsGrailsPlugin.groovy +++ b/BiocacheHubsGrailsPlugin.groovy @@ -20,7 +20,7 @@ import grails.util.Environment class BiocacheHubsGrailsPlugin { // the plugin version - def version = "0.64" + def version = "0.65" // the version or versions of Grails the plugin is designed for def grailsVersion = "2.3 > 2.4" // resources that are excluded from plugin packaging