We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a2e9d commit 7487f1eCopy full SHA for 7487f1e
Deltinteger/Deltinteger/Program.cs
@@ -21,7 +21,7 @@ namespace Deltin.Deltinteger
21
{
22
public class Program
23
24
- public const string VERSION = "v3.2.0";
+ public const string VERSION = "v3.2.1";
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.2.0'
+$ostw_version = 'v3.2.1'
4
5
# Cross platform, no runtime included.
6
'* Publishing self-contained'
0 commit comments