bump version to 0.94.3 (#13055)

This commit is contained in:
Wind
2024-06-05 06:52:40 +08:00
committed by GitHub
parent be8c1dc006
commit ad5a6cdc00
42 changed files with 273 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.94.2"
const NUSHELL_VERSION = "0.94.3"
def main [--stdio] {
if ($stdio) {
@ -257,4 +257,4 @@ def start_plugin [] {
}) |
each { from json | handle_input } |
ignore
}
}