Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
7e0207c248
commit
ff7ebfc7fb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace BirdsiteLive
|
|||
{
|
||||
public class Program
|
||||
{
|
||||
public static string VERSION = System.Reflection.Assembly.GetEntryAssembly().GetName().Version.ToString(3) + "+fishe";
|
||||
public static string VERSION = System.Reflection.Assembly.GetEntryAssembly().GetName().Version.ToString(3) + "-fishe";
|
||||
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
|
|
Reference in a new issue