Skip to content

Commit

Permalink
Updated the version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosamdaman committed Apr 9, 2022
1 parent 7465c03 commit 3d9ac2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jfc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net5.0</TargetFramework>
<Authors>Mason Davy</Authors>
<Description>A simple compiler for school</Description>
<AssemblyVersion>0.3.0</AssemblyVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Program {
" \"2\". Defaults to \"0\".\n" +
" -h --help Show this screen\n" +
" -v --version Show version information\n";
private const string _versionText = "v0.3.0";
private const string _versionText = "v1.0.0";

/// <summary> Main entry-point function </summary>
/// <param name="args"> Ordered list of all command-line arguments passed in </param>
Expand Down

0 comments on commit 3d9ac2b

Please sign in to comment.