Skip to content

Commit

Permalink
3.0-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Oct 23, 2024
1 parent c0c762c commit bc7df53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
id("com.dorongold.task-tree") version "2.1.1"
}

extra["plugin_version"] = "3.0-SNAPSHOT"
extra["processor_version"] = "3.0-SNAPSHOT"
extra["plugin_version"] = "3.0-beta-1"
extra["processor_version"] = "3.0-beta-1"

subprojects {
apply(plugin = "java")
Expand Down

0 comments on commit bc7df53

Please sign in to comment.