From 5b7caf9e33c3ffa0ca9165eaf1a9759c58717f5a Mon Sep 17 00:00:00 2001 From: Nice3point Date: Mon, 1 Apr 2024 02:27:04 +0300 Subject: [PATCH] Bump version --- Changelog.md | 2 +- build/Build.Configuration.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4b0fca5..4c9eefc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,3 @@ -# 1.0.0-preview.1.3 +# 1.0.0-preview.1.4 Smart global usings \ No newline at end of file diff --git a/build/Build.Configuration.cs b/build/Build.Configuration.cs index a96c682..a18cf5a 100644 --- a/build/Build.Configuration.cs +++ b/build/Build.Configuration.cs @@ -1,6 +1,6 @@ sealed partial class Build { - const string Version = "1.0.0-preview.1.3"; + const string Version = "1.0.0-preview.1.4"; readonly AbsolutePath ArtifactsDirectory = RootDirectory / "output"; readonly AbsolutePath ChangeLogPath = RootDirectory / "Changelog.md";