Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit c037182

Browse files
committed
Updated version number
1 parent c3d5ba7 commit c037182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DiscordBot/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal class Program
1616
private DiscordSocketClient _client;
1717
private CommandHandler _handler;
1818

19-
private const string Version = "0.3.0a3";
19+
private const string Version = "0.3.0";
2020

2121
private static void Main(string[] args)
2222
=> new Program().StartAsync(args).GetAwaiter().GetResult();

DiscordBot/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("0.3.0.3")]
36+
[assembly: AssemblyFileVersion("0.3.0")]
3737
[assembly: NeutralResourcesLanguage("en")]
3838

0 commit comments

Comments
 (0)