We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3348076 commit ba89389Copy full SHA for ba89389
Deltinteger/Deltinteger/Program.cs
@@ -21,7 +21,7 @@ namespace Deltin.Deltinteger
21
{
22
public class Program
23
24
- public const string VERSION = "v3.0.2";
+ public const string VERSION = "v3.1.0";
25
26
public static readonly string ExeFolder = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
27
Deltinteger/Deltinteger/publish.ps1
@@ -1,6 +1,6 @@
1
$configuration = 'Release'
2
$framework = 'net8.0'
3
-$ostw_version = 'v3.0.2'
+$ostw_version = 'v3.1.0'
4
5
# Cross platform, no runtime included.
6
'* Publishing self-contained'
0 commit comments