Files
SabreTools/SabreHelper/Build.cs
Matt Nadareski 656b5f23ea Bump version number
There have been so many chnges, we've skipped over a few minor version and maintentence releases easily.
2016-04-06 13:12:25 -07:00

11 lines
129 B
C#

namespace SabreTools.Helper
{
public class Build
{
public static string Version
{
get { return "0.4.0.0"; }
}
}
}