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

Commit b8d2f77

Browse files
authored
Update RESTler version string in Agent. (#139)
1 parent 3dd3552 commit b8d2f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Agent/RESTlerAgent/RESTlerDriver.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ open System
77
open Microsoft.FSharpLu
88

99
module RESTler =
10-
let version = "7.1.0"
10+
let version = "7.2.0"
1111

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

0 commit comments

Comments
 (0)