Skip to content

Commit

Permalink
Fix const version
Browse files Browse the repository at this point in the history
  • Loading branch information
goodoldneon committed May 6, 2024
1 parent fc25812 commit 13e67ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inngest/_internal/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
DEV_SERVER_ORIGIN: typing.Final = "http://127.0.0.1:8288/"
LANGUAGE: typing.Final = "py"
ROOT_STEP_ID: typing.Final = "step"
VERSION: typing.Final = "0.3.13.dev2"
VERSION: typing.Final = "0.3.13"


class EnvKey(enum.Enum):
Expand Down

0 comments on commit 13e67ec

Please sign in to comment.