Skip to content

Commit

Permalink
pushed version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mastersign committed Jan 27, 2017
1 parent 99eb523 commit 253f2cc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
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.13.3.0")]
[assembly: AssemblyFileVersion("0.13.3.0")]
[assembly: AssemblyVersion("0.14.0.0")]
[assembly: AssemblyFileVersion("0.14.0.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.13.3.0")]
[assembly: AssemblyFileVersion("0.13.3.0")]
[assembly: AssemblyVersion("0.14.0.0")]
[assembly: AssemblyFileVersion("0.14.0.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/mastersign/bench/compare/master...dev

## [0.14.0] - 2017-01-27

[0.14.0]: https://github.com/mastersign/bench/compare/v0.13.3...v0.14.0

### Added
- Bench CLI
([#87](https://github.com/mastersign/bench/issues/87))
Expand Down
2 changes: 1 addition & 1 deletion res/bench-install.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@ECHO OFF
SET ROOT=%~dp0

SET VERSION=0.13.3
SET VERSION=0.14.0
SET TAG=v%VERSION%
SET BENCH_ZIPURL=https://github.com/mastersign/bench/releases/download/%TAG%/Bench.zip
SET BENCH_ZIPFILE=%ROOT%Bench.zip
Expand Down
2 changes: 1 addition & 1 deletion res/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.3
0.14.0

0 comments on commit 253f2cc

Please sign in to comment.