diff --git a/implement/Pine.Core/Pine.Core.csproj b/implement/Pine.Core/Pine.Core.csproj index fa431dbf..a86da9d8 100644 --- a/implement/Pine.Core/Pine.Core.csproj +++ b/implement/Pine.Core/Pine.Core.csproj @@ -3,14 +3,14 @@ net8.0 enable - 0.3.23 - 0.3.23 + 0.3.24 + 0.3.24 true Pine.Core - 0.3.23 + 0.3.24 The cross-platform Elm runtime environment Functional;Elm;Runtime;Compiler;VM;DBMS https://github.com/pine-vm/pine.git diff --git a/implement/pine/Program.cs b/implement/pine/Program.cs index 773a8604..4533ea7d 100644 --- a/implement/pine/Program.cs +++ b/implement/pine/Program.cs @@ -23,7 +23,7 @@ namespace ElmTime; public class Program { - public static string AppVersionId => "0.3.23"; + public static string AppVersionId => "0.3.24"; private static int AdminInterfaceDefaultPort => 4000; diff --git a/implement/pine/pine.csproj b/implement/pine/pine.csproj index 551b160b..7d31a4aa 100644 --- a/implement/pine/pine.csproj +++ b/implement/pine/pine.csproj @@ -5,8 +5,8 @@ net8.0 pine Pine - 0.3.23 - 0.3.23 + 0.3.24 + 0.3.24 enable true