Skip to content

Commit

Permalink
Merge pull request #436 from umasteeringgroup/Feature-13
Browse files Browse the repository at this point in the history
Incremented release number
  • Loading branch information
Jaimi authored Jun 8, 2024
2 parents e497ca2 + caac8d0 commit e1d6eb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace UMA
public class UmaAboutWindow : EditorWindow
{
public static string umaVersion { get { return _version; } }
private static readonly string _version = "2.13.f0";
private static readonly string _version = "2.13.f2";
private string windowTitle = "UMA About";
private string wikiLink = "https://github.com/umasteeringgroup/UMA/wiki";
private string githubLink = "https://github.com/umasteeringgroup";
Expand Down

0 comments on commit e1d6eb2

Please sign in to comment.