diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c94161bc1a02416f8dfe551eed302ad4a9bf3aa..8377911e31caf2cc936b2696cdfd356e29383ce7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ stages:
 
 variables:
   NUSHELL_ARCH: "x86_64-unknown-linux-musl"
-  NUSHELL_VERSION: "0.94.2"
+  NUSHELL_VERSION: "0.95.0"
 
 workflow:
   rules:
diff --git a/README.md b/README.md
index f76066c8d2bcdfc3c584574c589333b27d406b9f..cbbd5afb26220b809b558166357a9062ffa7ffc0 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ below is an example of how to use the binary application with Nushell:
 ```
 
 > **Note**  
-> requires Nushell 0.94.0 or later
+> requires Nushell 0.95.0 or later
 
 tests for the binary application can also be run with
 ```bash