Skip to content

Commit

Permalink
fix: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
suchencjusz committed Dec 3, 2024
1 parent d750f80 commit ff4e205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filman_discord/endpoints/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async def info_command(ctx: lightbulb.SlashContext) -> None:

embed.add_field(
name="Wersja i ostatnia aktualizacja",
value="`1.1.6` - `2024-12-01`",
value="`1.1.7` - `2024-12-03`",
)

embed.add_field(
Expand Down

0 comments on commit ff4e205

Please sign in to comment.