diff --git a/jfc.csproj b/jfc.csproj
index e3a4390..a26426c 100644
--- a/jfc.csproj
+++ b/jfc.csproj
@@ -5,7 +5,7 @@
net5.0
Mason Davy
A simple compiler for school
- 1.0.0
+ 1.1.0
diff --git a/src/Program.cs b/src/Program.cs
index be9c39a..ebc53de 100644
--- a/src/Program.cs
+++ b/src/Program.cs
@@ -26,7 +26,7 @@ class Program {
" \"2\". Defaults to \"0\".\n" +
" -h --help Show this screen\n" +
" -v --version Show version information\n";
- private const string _versionText = "v1.0.0";
+ private const string _versionText = "v1.1.0";
/// Main entry-point function
/// Ordered list of all command-line arguments passed in