Skip to content

Commit

Permalink
Reduced the access level of dateStamp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuan Liu committed Nov 13, 2017
1 parent cf7dbef commit bea70e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Utils/BuildVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ public class BuildVersion : ScriptableObject
{
internal const string ASSET_NAME = "BuildVersion";

public string dateStamp = "debug/Editor";
[SerializeField]
private string dateStamp = "01/01/1900";

#if UNITY_EDITOR && ENABLE_BUILD_VERSION
public void UpdateForNewBuild()
Expand Down

0 comments on commit bea70e5

Please sign in to comment.