Skip to content

Commit

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

Smart global usings
Initial release
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.4";
const string Version = "1.0.0";
readonly AbsolutePath ArtifactsDirectory = RootDirectory / "output";
readonly AbsolutePath ChangeLogPath = RootDirectory / "Changelog.md";

Expand Down

0 comments on commit 789eeee

Please sign in to comment.