We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf7ac0 commit 47e7644Copy full SHA for 47e7644
1 file changed
Deltinteger/Deltinteger/Program.cs
@@ -15,7 +15,7 @@ namespace Deltin.Deltinteger
15
{
16
public class Program
17
18
- public const string VERSION = "v1.0 prerelease 1.3";
+ public const string VERSION = "v1.1";
19
20
public static readonly string ExeFolder = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
21
0 commit comments