Skip to content

Commit

Permalink
chore: Bump version to 2.3.0 (#969)
Browse files Browse the repository at this point in the history
#### Details

#967 added new functionality, so our next release ought to reflect this.
This moves from 2.2.1 to 2.3.0

##### Motivation

Follow semver guidelines

##### Context

<!-- Are there any parts that you've intentionally left out-of-scope for
a later PR to handle? -->

<!-- Were there any alternative approaches you considered? What
tradeoffs did you consider? -->

#### Pull request checklist
<!-- If a checklist item is not applicable to this change, write "n/a"
in the checkbox -->
- [n/a] Addresses an existing issue:
  • Loading branch information
DaveTryon committed Sep 8, 2023
1 parent 5e8a9ab commit 884e7d5
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.2.1
AxeWindowsCLI 2.3.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.2.1</SemVerNumber>
<SemVerNumber Condition="$(SemVerNumber) == ''">2.3.0</SemVerNumber>
<SemVerSuffix></SemVerSuffix>
</PropertyGroup>
</Project>

0 comments on commit 884e7d5

Please sign in to comment.