Skip to content

Commit

Permalink
Merge pull request #985 from blairconrad/set-version-to-3.1.0
Browse files Browse the repository at this point in the history
set version to 3.1.0 for next release
  • Loading branch information
adamralph committed Feb 18, 2017
2 parents a7a9f44 + 15df5df commit 21f1b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CommonAssemblyInfo.cs
Expand Up @@ -3,9 +3,9 @@
using System.Resources;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyInformationalVersion("3.0.0")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
[assembly: AssemblyInformationalVersion("3.1.0")]

[assembly: AssemblyCompany("Patrik Hägne")]
[assembly: AssemblyCopyright("Copyright (c) FakeItEasy contributors. (fakeiteasyfx@gmail.com)")]
Expand Down

0 comments on commit 21f1b40

Please sign in to comment.