Bump version for 0.18.0 release (#564)

for `nushell 0.78.0`
This commit is contained in:
Stefan Holderbach 2023-04-03 23:32:06 +02:00 committed by GitHub
parent 9d6e22dd06
commit 89cb811838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -597,7 +597,7 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"chrono",
"clipboard",

View File

@ -1,6 +1,6 @@
[package]
name = "reedline"
version = "0.17.0"
version = "0.18.0"
authors = ["The Nushell Project Developers", "JT <jonathan.d.turner@gmail.com>"]
edition = "2021"
rust-version = "1.62.1"