Skip to content

Commit

Permalink
Merge branch 'testNewConfigsLogstash' of https://github.com/Azure/log…
Browse files Browse the repository at this point in the history
…stash-output-kusto into testNewConfigsLogstash
  • Loading branch information
monishkadas-ms committed Sep 13, 2024
2 parents 58c2772 + df78334 commit 23aafbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def versionFile = Paths.get("version")
if (Files.exists(versionFile)) {
version = Files.readAllLines(versionFile).first()
} else {
version = "2.0.7"
version = "2.0.7"
}

repositories {
Expand Down

0 comments on commit 23aafbe

Please sign in to comment.