Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Updating version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin A committed Jun 17, 2023
1 parent f15c234 commit 9745651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NanoPublicApi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using NanoPublicApi.Connectors;

const string COIN = "NANO";
const string VERSION = "V25.0";
const string VERSION = "V25.1";

var env = GetEnvironmentVariables();
var node = env["NODE"];
Expand Down

0 comments on commit 9745651

Please sign in to comment.