Skip to content

Commit

Permalink
pushed version to 0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersign committed Apr 2, 2019
1 parent 4143169 commit 1215ad4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions BenchManager/BenchCLI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.22.1.0")]
[assembly: AssemblyFileVersion("0.22.1.0")]
[assembly: AssemblyVersion("0.22.2.0")]
[assembly: AssemblyFileVersion("0.22.2.0")]
4 changes: 2 additions & 2 deletions BenchManager/BenchDashboard/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.22.1.0")]
[assembly: AssemblyFileVersion("0.22.1.0")]
[assembly: AssemblyVersion("0.22.2.0")]
[assembly: AssemblyFileVersion("0.22.2.0")]
4 changes: 2 additions & 2 deletions BenchManager/BenchLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.22.1.0")]
[assembly: AssemblyFileVersion("0.22.1.0")]
[assembly: AssemblyVersion("0.22.2.0")]
[assembly: AssemblyFileVersion("0.22.2.0")]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Add a link to the GitHub diff like

[Unreleased]: https://github.com/winbench/bench/compare/master...dev

## [0.22.2] - 2019-04-02

[0.22.2]: https://github.com/winbench/bench/compare/v0.22.1...v0.22.2

### Fixed
* Fixed version ranges for Python packages
([#140](https://github.com/winbench/bench/issues/140))
Expand Down
2 changes: 1 addition & 1 deletion res/bench-install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SetLocal
:: https://winbench.org/guide/setup/
::

SET VERSION=0.22.1
SET VERSION=0.22.2
SET TAG=v%VERSION%
SET ROOT=%~dp0
IF [%1] NEQ [] SET ROOT=%~dpnx1\
Expand Down
2 changes: 1 addition & 1 deletion res/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.1
0.22.2

0 comments on commit 1215ad4

Please sign in to comment.