Skip to content

Commit

Permalink
chore: bump to langserver v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CactusPuppy committed Dec 21, 2024
1 parent b2a2e9d commit 7487f1e
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.2.0";
public const string VERSION = "v3.2.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.2.0'
$ostw_version = 'v3.2.1'

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

0 comments on commit 7487f1e

Please sign in to comment.