Bump version to 0.94.0 (#12987)

This commit is contained in:
Jakub Žádník
2024-05-28 22:04:09 +03:00
committed by GitHub
parent 4ab2c3238a
commit 61182deb96
44 changed files with 272 additions and 272 deletions

View File

@ -6,7 +6,7 @@
# it also allows us to test the plugin interface with something manually implemented in a scripting
# language without adding any extra dependencies to our tests.
const NUSHELL_VERSION = "0.93.1"
const NUSHELL_VERSION = "0.94.0"
def main [--stdio] {
if ($stdio) {
@ -257,4 +257,4 @@ def start_plugin [] {
}) |
each { from json | handle_input } |
ignore
}
}