Skip to content

Commit 3422c96

Browse files
committed
Bump the version number to 0.7.1
1 parent f68c0aa commit 3422c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Openchain.Server/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace Openchain.Server
2727
{
2828
public class Startup
2929
{
30-
private static readonly string version = "0.7.0";
30+
private static readonly string version = "0.7.1";
3131
private List<Task> runningTasks = new List<Task>();
3232
private readonly IConfiguration configuration;
3333

src/Openchain.Server/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.7.0-*",
2+
"version": "0.7.1-*",
33
"description": "Reference implementation of the Openchain protocol.",
44
"authors": [ "Flavien Charlon" ],
55
"copyright": "Copyright \u00A9 2015 Coinprism, Inc.",

0 commit comments

Comments
 (0)