Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
LGhassen committed Jun 18, 2021
1 parent cee1632 commit f2f458d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scatterer/Scatterer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class Scatterer: MonoBehaviour
bool coreInitiated = false;
public bool isActive = false;
public bool unifiedCameraMode = false;
public string versionNumber = "0.0772 dev";
public string versionNumber = "0.0772";

public List<GenericAntiAliasing> antiAliasingScripts = new List<GenericAntiAliasing>();

Expand Down

0 comments on commit f2f458d

Please sign in to comment.