diff --git a/client/Program.cs b/client/Program.cs index d906d1a..d7139be 100644 --- a/client/Program.cs +++ b/client/Program.cs @@ -9,7 +9,7 @@ namespace specify_client; public class Program { - public const string SpecifyVersion = "v0.2"; + public const string SpecifyVersion = "v1.0.0"; public static Stopwatch Time; static async Task Main() diff --git a/client/Properties/AssemblyInfo.cs b/client/Properties/AssemblyInfo.cs index 03dcccd..1d2a4a6 100644 --- a/client/Properties/AssemblyInfo.cs +++ b/client/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.0")] -[assembly: AssemblyFileVersion("0.2.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.0.0")] +[assembly: AssemblyFileVersion("1.0.0")] \ No newline at end of file