Skip to content

Commit

Permalink
chore: Bump version to 2.2.0 (#952)
Browse files Browse the repository at this point in the history
This commit increments the minor version, bringing us to v2.2.0.
  • Loading branch information
codeofdusk committed Aug 2, 2023
1 parent b078401 commit de05b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CLI/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You invoke the scanner by running `AxeWindowsCLI.exe`. By default, this tool get
If you run the tool without parameters, you'll be presented with the help screen. An example follows:

```
AxeWindowsCLI 2.1.4
AxeWindowsCLI 2.2.0
Copyright c 2020
--processid Process Id
Expand Down
2 changes: 1 addition & 1 deletion src/props/version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SemVerNumber Condition="$(SemVerNumber) == ''">2.1.4</SemVerNumber>
<SemVerNumber Condition="$(SemVerNumber) == ''">2.2.0</SemVerNumber>
<SemVerSuffix></SemVerSuffix>
</PropertyGroup>
</Project>

0 comments on commit de05b0c

Please sign in to comment.