Skip to content

Commit

Permalink
feat: Bump langserver version to 2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CactusPuppy committed Feb 15, 2024
1 parent da35bf8 commit 2af5e09
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 @@ -19,7 +19,7 @@ namespace Deltin.Deltinteger
{
public class Program
{
public const string VERSION = "v2.8.7.1";
public const string VERSION = "v2.8.8";

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 = 'v2.8.7.1'
$ostw_version = 'v2.8.8'

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

0 comments on commit 2af5e09

Please sign in to comment.