Update TwitterTechSupportGoreBot.java
added version logging
This commit is contained in:
parent
b3af1f7982
commit
0afc9e05ba
@ -31,6 +31,11 @@ import java.sql.SQLException;
|
||||
*/
|
||||
public class TwitterTechSupportGoreBot {
|
||||
|
||||
/**
|
||||
* Version of the application.
|
||||
*/
|
||||
private static final String VERSION = "0.9.1";
|
||||
|
||||
/**
|
||||
* Launch the Hypervisor.
|
||||
*
|
||||
@ -55,6 +60,7 @@ public class TwitterTechSupportGoreBot {
|
||||
NoSuchProperty,
|
||||
NoSuchOrder {
|
||||
|
||||
System.out.println("[*] App version " + VERSION);
|
||||
Hypervisor master = Hypervisor.getSingleton();
|
||||
master.addSocialMedia(new TwitterBot());
|
||||
master.run();
|
||||
|
Loading…
Reference in New Issue
Block a user