Skip to content

Commit

Permalink
Bump the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
darrencauthon committed Apr 25, 2016
1 parent a68ad6e commit 21edef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/AutoMoq/AutoMoq.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>AutoMoq</id>
<version>1.8.0.0</version>
<version>1.8.1.0</version>
<title>AutoMoq</title>
<authors>Darren Cauthon</authors>
<owners>Darren Cauthon</owners>
Expand Down
4 changes: 2 additions & 2 deletions src/AutoMoq/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.8.0.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]
[assembly: AssemblyVersion("1.8.1.0")]
[assembly: AssemblyFileVersion("1.8.1.0")]

0 comments on commit 21edef4

Please sign in to comment.