Skip to content

Commit c582d06

Browse files
Updated release version to 15.2.0 in golangapiserver
1 parent 40b2dfd commit c582d06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jobs/golangapiserver/spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ properties:
9595
default: "Autoscaler"
9696
autoscaler.apiserver.info.build:
9797
description: "Autoscaler application build number"
98-
default: "15.1.0"
98+
default: "15.2.0"
9999
autoscaler.apiserver.info.support_url:
100100
description: "Autoscaler application support page URL"
101101
default: "https://github.com/cloudfoundry/app-autoscaler-release"

src/autoscaler/api/default_info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Autoscaler",
3-
"build": "15.1.0",
3+
"build": "15.2.0",
44
"support": "https://github.com/cloudfoundry/app-autoscaler-release",
55
"description": "Automatically increase or decrease the number of application instances based on a policy you define."
66
}

0 commit comments

Comments
 (0)