mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-01 02:03:18 -05:00
8 lines
575 B
JavaScript
8 lines
575 B
JavaScript
db.broadcast.remove();
|
|
db.broadcast.insert({ "_id": 1, "text": "GVM version 0.9.2 " });
|
|
db.broadcast.insert({ "_id": 2, "text": "In this release: " });
|
|
db.broadcast.insert({ "_id": 3, "text": " * Aeroplane mode! " });
|
|
db.broadcast.insert({ "_id": 7, "text": " " });
|
|
db.broadcast.insert({ "_id": 8, "text": "Report any issues at: " });
|
|
db.broadcast.insert({ "_id": 9, "text": " https://github.com/gvmtool/gvm/issues " });
|