Skip to content

Commit 177ec3c

Browse files
authored
Udpate version to 1.2.3 (#251)
1 parent 591a394 commit 177ec3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build_script:
3030
Write-Host “Found git tag."
3131
}
3232
else {
33-
$buildNumber = "1.2.2-$env:APPVEYOR_BUILD_NUMBER"
33+
$buildNumber = "1.2.3-$env:APPVEYOR_BUILD_NUMBER"
3434
Write-Host “git tag not found. Setting package suffix to '$buildNumber'"
3535
}
3636
.\package.ps1 -buildNumber $buildNumber

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.microsoft.azure.functions</groupId>
66
<artifactId>azure-functions-java-worker</artifactId>
7-
<version>1.2.2</version>
7+
<version>1.2.3</version>
88
<packaging>jar</packaging>
99
<parent>
1010
<groupId>com.microsoft.maven</groupId>

0 commit comments

Comments
 (0)