Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 31, 2024
1 parent 4a209d1 commit 8d954ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=0.1.0-SNAPSHOT
projectVersion=0.1.0
graceVersion=2022.2.5-SNAPSHOT
groovyVersion=3.0.17
org.gradle.daemon=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import grails.util.GrailsUtil
*/
class PolicyGrailsPlugin extends Plugin {

def version = '0.1.0-SNAPSHOT'
def version = '0.1.0'
def grailsVersion = GrailsUtil.getGrailsVersion()
def dependsOn = [controllers: grailsVersion]

Expand Down

0 comments on commit 8d954ff

Please sign in to comment.