Skip to content

Commit

Permalink
Advancing project version to the next development - 1.9.13-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekniezgoda-oc authored and ocmachineuser committed Aug 3, 2023
1 parent f7003e5 commit 0b0bc4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GrailsflowGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.jcatalog.grailsflow.status.ProcessStatusEnum
import com.jcatalog.grailsflow.scheduling.triggers.ConfigurableSimpleTrigger

class GrailsflowGrailsPlugin {
def version = "1.9.12"
def version = "1.9.13-SNAPSHOT"
// the version or versions of Grails the plugin is designed for
def grailsVersion = "2.3 > *"
def dependsOn = [quartz: "1.0.1 > *"]
Expand Down
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
app.grails.version = 2.4.4
app.name = grailsflow
app.version = 1.9.12
app.version = 1.9.13-SNAPSHOT

0 comments on commit 0b0bc4b

Please sign in to comment.