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

Commit

Permalink
Update RESTler version string in Agent. (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreisen authored Feb 20, 2021
1 parent 3dd3552 commit b8d2f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Agent/RESTlerAgent/RESTlerDriver.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open System
open Microsoft.FSharpLu

module RESTler =
let version = "7.1.0"
let version = "7.2.0"

module private RESTlerInternal =
let inline (++) (path1: string) (path2 : string) = IO.Path.Join(path1, path2)
Expand Down

0 comments on commit b8d2f77

Please sign in to comment.