Skip to content

Commit

Permalink
Set next BenchmarkDotNet version: 0.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Sep 8, 2023
1 parent f8de1e9 commit ece5ccf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
<VersionPrefix>0.13.8</VersionPrefix>
<VersionPrefix>0.13.9</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition=" '$(NoVersionSuffix)' == '' AND '$(VersionSuffix)' == '' ">
Expand Down
3 changes: 2 additions & 1 deletion build/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@
0.13.5
0.13.6
0.13.7
0.13.8
0.13.8
0.13.9
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.8",
"defaultValue": "0.13.9",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.8",
"defaultValue": "0.13.9",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.8",
"defaultValue": "0.13.9",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down

0 comments on commit ece5ccf

Please sign in to comment.