Skip to content

Commit 7a65843

Browse files
committed
Release v0.2.0
1 parent 1306522 commit 7a65843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=0.2.0-SNAPSHOT
1+
projectVersion=0.2.0
22
graceVersion=2022.2.8
33
groovyVersion=3.0.22
44
org.gradle.daemon=true

plugin/src/main/groovy/org/graceframework/plugins/policy/PolicyGrailsPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import grails.util.GrailsUtil
2727
*/
2828
class PolicyGrailsPlugin extends Plugin {
2929

30-
def version = '0.2.0-SNAPSHOT'
30+
def version = '0.2.0'
3131
def grailsVersion = GrailsUtil.getGrailsVersion()
3232
def dependsOn = [controllers: grailsVersion]
3333

0 commit comments

Comments
 (0)