Skip to content

Commit

Permalink
Bump version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
igitur committed Apr 9, 2018
1 parent c3b66e0 commit edaf68b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions OpenDBDiff/Properties/AssemblyVersionInfo.cs
Expand Up @@ -3,9 +3,9 @@
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyVersion("0.10.0.0")]
[assembly: AssemblyFileVersion("0.10.0.0")]
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,4 +1,4 @@
version: 0.9.0.{build}
version: 0.10.0.{build}

# enable patching of AssemblyInfo.* files
assembly_info:
Expand Down

0 comments on commit edaf68b

Please sign in to comment.