Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Sep 22, 2017
1 parent 16c35df commit 17f0f80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appveyor.build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.87-build.{build}
version: 0.1.88-build.{build}
skip_tags: true
image: Visual Studio 2017
build_script:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.87
version: 0.1.88
skip_non_tags: true
image: Visual Studio 2017
build_script:
Expand Down
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<build>
<project id="Examine" version="0.1.87"/>
<project id="Examine" version="0.1.88"/>
<project id="Examine.AzureDirectory" version="1.0.0-beta03"/>
</build>
6 changes: 3 additions & 3 deletions src/Examine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@

[assembly: AllowPartiallyTrustedCallers]

[assembly: AssemblyVersion("0.1.87.0")]
[assembly: AssemblyFileVersion("0.1.87.0")]
[assembly: AssemblyInformationalVersion("0.1.87")]
[assembly: AssemblyVersion("0.1.88.0")]
[assembly: AssemblyFileVersion("0.1.88.0")]
[assembly: AssemblyInformationalVersion("0.1.88")]

0 comments on commit 17f0f80

Please sign in to comment.