Skip to content

Commit ba89389

Browse files
committed
chore: bump version to 3.1.0
1 parent 3348076 commit ba89389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Deltinteger/Deltinteger/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Deltin.Deltinteger
2121
{
2222
public class Program
2323
{
24-
public const string VERSION = "v3.0.2";
24+
public const string VERSION = "v3.1.0";
2525

2626
public static readonly string ExeFolder = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location);
2727

Deltinteger/Deltinteger/publish.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$configuration = 'Release'
22
$framework = 'net8.0'
3-
$ostw_version = 'v3.0.2'
3+
$ostw_version = 'v3.1.0'
44

55
# Cross platform, no runtime included.
66
'* Publishing self-contained'

0 commit comments

Comments
 (0)