Skip to content

Commit

Permalink
Updated Discord report version
Browse files Browse the repository at this point in the history
  • Loading branch information
bear-on-the-job committed Apr 4, 2024
1 parent e9f9264 commit 53e4e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DiscordApi/DiscordApiJsonContentEmbedFooter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ internal sealed class DiscordApiJsonContentEmbedFooter
/// footer text
/// </summary>
[JsonProperty("text")]
internal string Text { get; set; } = $"PlenBot Log Uploader r.{ApplicationSettings.Version}.BEAR.2";
internal string Text { get; set; } = $"PlenBot Log Uploader r.{ApplicationSettings.Version}.BEAR.3";

/// <summary>
/// url of the footer icon (only supports http(s) and attachments)
Expand Down

0 comments on commit 53e4e09

Please sign in to comment.