We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847cfd9 commit 02d5556Copy full SHA for 02d5556
Beef/Application.cs
@@ -10,7 +10,7 @@
10
11
namespace Beef {
12
class Application : ProfileInfoProvider, MmrListener {
13
- private readonly String _version = "1.7.0";
+ private readonly String _version = "1.8.0";
14
private BeefConfig _config;
15
private String _botPrefix;
16
private String _beefCommand;
0 commit comments