Skip to content

Commit

Permalink
Merge pull request #423 from serverlessworkflow/fix-dashboard-dsl-ver…
Browse files Browse the repository at this point in the history
…sion

Fix the DSL version used by newly created workflows
  • Loading branch information
cdavernas authored Oct 8, 2024
2 parents 9359d59 + d30719e commit 28c5f2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public record CreateWorkflowViewState
{
Document = new()
{
Dsl = "1.0.0-alpha2",
Dsl = "1.0.0-alpha3",
Namespace = Neuroglia.Data.Infrastructure.ResourceOriented.Namespace.DefaultNamespaceName,
Name = "new-workflow",
Version = "0.1.0"
Expand Down

0 comments on commit 28c5f2b

Please sign in to comment.