Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions flyte.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: flyte
version: "1.16.3"
version: "2.0.0"
epoch: 0 # GHSA-j5w8-q4qc-rx2x
description: Scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks.
copyright:
Expand All @@ -20,7 +20,7 @@ pipeline:
with:
repository: https://github.com/flyteorg/flyte
tag: v${{package.version}}
expected-commit: e2883170605f6bc9385a7aea80babc59ef10785c
expected-commit: a5a39dfef1b13a8403ac1e9069863cfa48bdc96b

- uses: go/build
with:
Expand Down
Loading