Skip to content

Commit

Permalink
Update AlgorandManager.cs
Browse files Browse the repository at this point in the history
Milestone version 0.17
  • Loading branch information
Vytek committed Jun 14, 2021
1 parent 2155bf2 commit f6908de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/AlgorandUnitySDK/Scripts/AlgorandManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class AlgorandManager : Singleton<AlgorandManager>
[Header("Player Configuration:")]
[SerializeField]
protected string m_PlayerName;
protected string _Version = "0.16 Alfa";
protected string _Version = "0.17 Alfa";
protected Account _AMAccount = null;
private const string _InternalPassword = "0sIhlNRkMfDH8J9cC0Ky";

Expand Down

0 comments on commit f6908de

Please sign in to comment.