Skip to content

Commit 95eee05

Browse files
committed
chore: fix version in constants
1 parent 51963a1 commit 95eee05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static class String
5555
/// <summary>
5656
/// The version of the Unity SDK Core
5757
/// </summary>
58-
public const string CORE_VERSION = "v0.2.0";
58+
public const string CORE_VERSION = "v1.0.0";
5959
}
6060

6161
/// <summary>

0 commit comments

Comments
 (0)