Server no longer mentions service in it's version

This commit is contained in:
Cyberboss
2017-11-13 01:24:04 -05:00
parent ce075dcdc7
commit 511c18ee85
+1 -1
View File
@@ -30,7 +30,7 @@ namespace TGS.Server
/// <summary>
/// The service version <see cref="string"/> based on the <see cref="FileVersionInfo"/>
/// </summary>
public static readonly string VersionString = "/tg/station 13 Server Service v" + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion;
public static readonly string VersionString = "/tg/station 13 Server v" + FileVersionInfo.GetVersionInfo(Assembly.GetExecutingAssembly().Location).FileVersion;
/// <summary>
/// Singleton <see cref="ILogger"/>