mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
There have been so many chnges, we've skipped over a few minor version and maintentence releases easily.
11 lines
129 B
C#
11 lines
129 B
C#
namespace SabreTools.Helper
|
|
{
|
|
public class Build
|
|
{
|
|
public static string Version
|
|
{
|
|
get { return "0.4.0.0"; }
|
|
}
|
|
}
|
|
}
|