Skip to content

Commit

Permalink
Try publish dev version.
Browse files Browse the repository at this point in the history
  • Loading branch information
V0ldek committed Sep 27, 2023
1 parent 5cdd321 commit 846a04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sorcery/Shared/BlogBook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public BlogBook()
{
_posts = new()
{
new ("SIMD – Cheat Codes for Free Performance", "simd-cheat-codes-for-free-performance", null)
new ("SIMD – Cheat Codes for Free Performance", "simd-cheat-codes-for-free-performance", new DateTime(2023, 09, 27, 11, 35, 00, DateTimeKind.Utc))
{
Tags = new Tag[]
{
Expand Down

0 comments on commit 846a04d

Please sign in to comment.