We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68c0aa commit 3422c96Copy full SHA for 3422c96
src/Openchain.Server/Startup.cs
@@ -27,7 +27,7 @@ namespace Openchain.Server
27
{
28
public class Startup
29
30
- private static readonly string version = "0.7.0";
+ private static readonly string version = "0.7.1";
31
private List<Task> runningTasks = new List<Task>();
32
private readonly IConfiguration configuration;
33
src/Openchain.Server/project.json
@@ -1,5 +1,5 @@
1
2
- "version": "0.7.0-*",
+ "version": "0.7.1-*",
3
"description": "Reference implementation of the Openchain protocol.",
4
"authors": [ "Flavien Charlon" ],
5
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",
0 commit comments