c2fbe99869
(synced from b96d33bbb9)
6 lines
60 B
Perl
6 lines
60 B
Perl
while (<>) {
|
|
if (/version : '(.+)',/) {
|
|
print "$1";
|
|
}
|
|
}
|