Skip to content

Commit

Permalink
Merge pull request #301 from solarwinds/cc/NH-99149
Browse files Browse the repository at this point in the history
NH-99149: bump version
  • Loading branch information
cleverchuk authored Jan 22, 2025
2 parents adb863f + c0e1a31 commit 854a2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins{
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
}

val swoAgentVersion = "2.11.0"
val swoAgentVersion = "2.12.0"
extra["swoAgentVersion"] = swoAgentVersion
group = "io.github.appoptics"
version = if (System.getenv("SNAPSHOT_BUILD").toBoolean()) "$swoAgentVersion-SNAPSHOT" else swoAgentVersion
Expand Down

0 comments on commit 854a2c1

Please sign in to comment.