Skip to content

Commit 884e7d5

Browse files
authored
chore: Bump version to 2.3.0 (#969)
#### 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:
1 parent 5e8a9ab commit 884e7d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CLI/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You invoke the scanner by running `AxeWindowsCLI.exe`. By default, this tool get
1616
If you run the tool without parameters, you'll be presented with the help screen. An example follows:
1717

1818
```
19-
AxeWindowsCLI 2.2.1
19+
AxeWindowsCLI 2.3.0
2020
Copyright c 2020
2121
2222
--processid Process Id

src/props/version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<SemVerNumber Condition="$(SemVerNumber) == ''">2.2.1</SemVerNumber>
3+
<SemVerNumber Condition="$(SemVerNumber) == ''">2.3.0</SemVerNumber>
44
<SemVerSuffix></SemVerSuffix>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)