Skip to content

Commit

Permalink
Merge pull request #6 from t83714/opensearch
Browse files Browse the repository at this point in the history
bump SNAPSHOT version to 8.11.7
  • Loading branch information
t83714 authored Feb 22, 2025
2 parents cf03c66 + 3764072 commit 7a1c07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def releaseVersion: String = sys.env.getOrElse("RELEASE_VERSION", "")
def isRelease = releaseVersion != ""

// the version to use to publish - either from release version or a snapshot run number
def publishVersion = if (isRelease) releaseVersion else "8.11.6." + githubRunNumber + "-SNAPSHOT"
def publishVersion = if (isRelease) releaseVersion else "8.11.7." + githubRunNumber + "-SNAPSHOT"

// set by github actions and used as the snapshot build number
def githubRunNumber = sys.env.getOrElse("GITHUB_RUN_NUMBER", "local")
Expand Down

0 comments on commit 7a1c07d

Please sign in to comment.