Skip to content

Commit

Permalink
Bump the version number to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavien committed Dec 7, 2016
1 parent f68c0aa commit 3422c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Openchain.Server/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Openchain.Server
{
public class Startup
{
private static readonly string version = "0.7.0";
private static readonly string version = "0.7.1";
private List<Task> runningTasks = new List<Task>();
private readonly IConfiguration configuration;

Expand Down
2 changes: 1 addition & 1 deletion src/Openchain.Server/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.7.0-*",
"version": "0.7.1-*",
"description": "Reference implementation of the Openchain protocol.",
"authors": [ "Flavien Charlon" ],
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
Expand Down

0 comments on commit 3422c96

Please sign in to comment.