Skip to content

Commit bfc49ba

Browse files
committed
Keep version up to date in demo
1 parent 5e2d477 commit bfc49ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ const quote = computed(() => {
295295
/* Demo code */
296296
const DEMO_CODE = `\
297297
$ sudo scapy -H
298-
Welcome to Scapy (2.5.0)
298+
Welcome to Scapy (` + version + `)
299299
<span class="text-blue">&gt;&gt;&gt;</span> pkt = Ether()/IP(dst=<span class="text-orange">"github.com"</span>)/ICMP()
300300
<span class="text-blue">&gt;&gt;&gt;</span> resp = srp1(pkt, iface=<span class="text-orange">"eth0"</span>, timeout=1)
301301
Begin emission:

0 commit comments

Comments
 (0)