Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Commit

Permalink
build: increment to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Aug 6, 2015
1 parent 68e00f2 commit aa07b42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/VersionInfo.2.cs
@@ -1,9 +1,9 @@
// <copyright file="VersionInfo.2.cs" company="xBehave.net contributors">
// <copyright file="VersionInfo.2.cs" company="xBehave.net contributors">
// Copyright (c) xBehave.net contributors. All rights reserved.
// </copyright>

using System.Reflection;

[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyInformationalVersion("2.0.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyInformationalVersion("2.1.0")]

0 comments on commit aa07b42

Please sign in to comment.