Skip to content

Commit 976b85b

Browse files
committed
Version bump
1 parent a217645 commit 976b85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ResourcesGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ResourcesGrailsPlugin {
2222
static DEFAULT_URI_PREFIX = 'static'
2323
static DEFAULT_ADHOC_PATTERNS = ["/images/*", "*.css", "*.js"].asImmutable()
2424

25-
def version = "1.2.RC2-SNAPSHOT"
25+
def version = "1.2.RC2"
2626
def grailsVersion = "1.3 > *"
2727

2828
def loadAfter = ['logging'] // retained to ensure correct loading under Grails < 2.0

0 commit comments

Comments
 (0)