From ebb07834cdbf27328046a88fbd673c17618024e8 Mon Sep 17 00:00:00 2001 From: Sean Larkin Date: Fri, 27 Jan 2023 19:50:01 +0000 Subject: [PATCH] bump version to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b574c5..c6606c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "is-wsl" description = "Checks if the process is running inside Windows Subsystem for Linux." -version = "0.3.0" +version = "0.4.0" authors = ["Sean Larkin "] repository = "https://github.com/TheLarkInn/is-wsl" license = "MIT"