Skip to content

Commit

Permalink
chore: bump ostw lang server version
Browse files Browse the repository at this point in the history
  • Loading branch information
CactusPuppy committed Jul 20, 2024
1 parent 8ef61a7 commit caa84d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Deltinteger/Deltinteger/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace Deltin.Deltinteger
{
public class Program
{
public const string VERSION = "v3.1.0";
public const string VERSION = "v3.1.1";

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

Expand Down
2 changes: 1 addition & 1 deletion Deltinteger/Deltinteger/publish.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$configuration = 'Release'
$framework = 'net8.0'
$ostw_version = 'v3.1.0'
$ostw_version = 'v3.1.1'

# Cross platform, no runtime included.
'* Publishing self-contained'
Expand Down

0 comments on commit caa84d9

Please sign in to comment.