Skip to content

Commit 28c5f2b

Browse files
authored
Merge pull request #423 from serverlessworkflow/fix-dashboard-dsl-version
Fix the DSL version used by newly created workflows
2 parents 9359d59 + d30719e commit 28c5f2b

File tree

1 file changed

+1
-1
lines changed
  • src/dashboard/Synapse.Dashboard/Pages/Workflows/Create

1 file changed

+1
-1
lines changed

src/dashboard/Synapse.Dashboard/Pages/Workflows/Create/State.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public record CreateWorkflowViewState
4444
{
4545
Document = new()
4646
{
47-
Dsl = "1.0.0-alpha2",
47+
Dsl = "1.0.0-alpha3",
4848
Namespace = Neuroglia.Data.Infrastructure.ResourceOriented.Namespace.DefaultNamespaceName,
4949
Name = "new-workflow",
5050
Version = "0.1.0"

0 commit comments

Comments
 (0)