Skip to content

Commit

Permalink
Update version to 1.2.6 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
pragnagopa authored Jan 18, 2019
1 parent f38096a commit d7b497a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build_script:
Write-Host “Found git tag."
}
else {
$buildNumber = "1.2.4-$env:APPVEYOR_BUILD_NUMBER"
$buildNumber = "1.2.6-$env:APPVEYOR_BUILD_NUMBER"
Write-Host “git tag not found. Setting package suffix to '$buildNumber'"
}
.\package.ps1 -buildNumber $buildNumber
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.azure.functions</groupId>
<artifactId>azure-functions-java-worker</artifactId>
<version>1.2.4</version>
<version>1.2.6</version>
<packaging>jar</packaging>
<parent>
<groupId>com.microsoft.maven</groupId>
Expand Down

0 comments on commit d7b497a

Please sign in to comment.