mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-01 02:03:18 -05:00
Rename mongo release script and fix typo.
This commit is contained in:
@@ -4,7 +4,7 @@ db.broadcast.remove()
|
||||
db.broadcast.insert({ "_id" : 1, "text" : "GVM version 0.8.4 release!" })
|
||||
db.broadcast.insert({ "_id" : 2, "text" : "In this release:" })
|
||||
db.broadcast.insert({ "_id" : 3, "text" : " * gvm current without candidate (thanks Matt Hurne!)" })
|
||||
db.broadcast.insert({ "_id" : 4, "text" : " * bug fixes)" })
|
||||
db.broadcast.insert({ "_id" : 4, "text" : " * bug fixes" })
|
||||
db.broadcast.insert({ "_id" : 5, "text" : " * internal optimisations and improvements" })
|
||||
db.broadcast.insert({ "_id" : 6, "text" : " * licensed under the Apache 2.0 License" })
|
||||
db.broadcast.insert({ "_id" : 7, "text" : " * remove dependency on zip" })
|
||||
Reference in New Issue
Block a user