Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Mar 31, 2024
1 parent 5509e3c commit 5b7caf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 1.0.0-preview.1.3
# 1.0.0-preview.1.4

Smart global usings
2 changes: 1 addition & 1 deletion build/Build.Configuration.cs
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 5b7caf9

Please sign in to comment.