Skip to content

Commit

Permalink
xdc-0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Mar 15, 2024
1 parent cd15d59 commit aed11eb
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion IxianDLT/Meta/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static string dataFolderBlocks
public static ulong forceSyncToBlock = 0;

// Read-only values
public static readonly string version = "xdc-0.9.2-rc1"; // DLT Node version
public static readonly string version = "xdc-0.9.2"; // 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 aed11eb

Please sign in to comment.