Skip to content

Commit

Permalink
Updated Credit to note its dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
Myuuiii committed Feb 6, 2023
1 parent fae6017 commit c33ccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DAWPresence/Worker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ internal sealed class Worker : BackgroundService
{
private const string CONFIG_FILE_NAME = "config.yml";

private const string CREDIT = "DAWPresence by @Myuuiii#0001";
private const string CREDIT = "DEVELOPMENT RELEASE ||| DAWPresence by @Myuuiii#0001";
private readonly ILogger<Worker> _logger;
private readonly AppConfiguration _configuration;
private DiscordRpcClient? client;
Expand Down

0 comments on commit c33ccca

Please sign in to comment.