We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a7d59 commit d2ccb40Copy full SHA for d2ccb40
1 file changed
index.js
@@ -205,7 +205,7 @@ const main = () => {
205
};
206
207
// explain what you do
208
-myConsole.log("\nnetwork honeypot V1.0.5 by Volker Kinkelin, configuration is\n%o\n", config);
+myConsole.log("\nnetwork honeypot V1.1.0 by Volker Kinkelin, configuration is\n%o\n", config);
209
210
// now start the whole thing
211
main();
0 commit comments