Skip to content

Commit

Permalink
xdc-0.7.5b
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Nov 9, 2020
1 parent 54b643f commit c03ccdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions IxianDLT/Meta/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;

namespace DLT
{
Expand Down Expand Up @@ -79,7 +78,7 @@ public static string dataFolderBlocks
public static ulong maxTransactionsPerBlockToInclude = 19980;

// Read-only values
public static readonly string version = "xdc-0.7.5a"; // DLT Node version
public static readonly string version = "xdc-0.7.5b"; // DLT Node version

public static readonly string checkVersionUrl = "https://www.ixian.io/update.txt";
public static readonly int checkVersionSeconds = 6 * 60 * 60; // 6 hours
Expand Down

0 comments on commit c03ccdd

Please sign in to comment.