Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Commit 3dd3552

Browse files
authored
Update release numbers and RESTler image version. (#138)
1 parent aa3acaa commit 3dd3552

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ado/variables/version-variables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ variables:
22
- name: version.major
33
value: 2
44
- name: version.minor
5-
value: 1
5+
value: 2
66
- name: version.revision
77
value: 0
88
- name: imageTag
9-
value: 'v2.1.0'
9+
value: 'v2.2.0'
1010
- name: imageTagLatest
1111
value: 'v2.latest'
1212
- name: devRevision

src/Agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM mcr.microsoft.com/restlerfuzzer/restler:v7.1.0
1+
FROM mcr.microsoft.com/restlerfuzzer/restler:v7.2.0
22
COPY RestlerAgent /raft/agent
33
COPY RaftResultAnalyzer /raft/result-analyzer

0 commit comments

Comments
 (0)