Skip to content

Commit

Permalink
Update RESTler version to 8.6.0 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
marina-p committed Jul 28, 2022
1 parent 56a5630 commit 0beec44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci_build_pipelines/variables/version-variables.yml
Expand Up @@ -2,9 +2,9 @@ variables:
- name: version.major
value: 8
- name: version.minor
value: 5
value: 6
- name: devRevision
value: 1
value: 0
- name: buildPlatform
value: 'Any CPU'
- name: buildConfiguration
Expand Down
2 changes: 1 addition & 1 deletion src/driver/Program.fs
Expand Up @@ -14,7 +14,7 @@ open Microsoft.FSharpLu.Diagnostics.Process
open Restler.Telemetry

[<Literal>]
let CurrentVersion = "8.5.1"
let CurrentVersion = "8.6.0"
let EngineErrorCode = -2

let exitRestler status =
Expand Down

0 comments on commit 0beec44

Please sign in to comment.