Skip to content

Commit

Permalink
Revert "Merge branch 'testNewConfigsLogstash' of https://github.com/A…
Browse files Browse the repository at this point in the history
…zure/logstash-output-kusto into testNewConfigsLogstash"

This reverts commit 23aafbe, reversing
changes made to 58c2772.
  • Loading branch information
monishkadas-ms committed Sep 17, 2024
1 parent c48efe3 commit 58bda55
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 58bda55

Please sign in to comment.