Set crate version to 4.0.0-alpha1

The next version is gonna be 4.0.0
This commit is contained in:
Fabian Boehm 2024-06-10 19:29:38 +02:00
parent 378dc9123a
commit aa30b4db4b
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -74,7 +74,7 @@ dependencies = [
[[package]]
name = "fish"
version = "0.1.0"
version = "4.0.0-alpha1"
dependencies = [
"bitflags",
"cc",

View File

@ -12,7 +12,7 @@ lto = true
[package]
name = "fish"
version = "0.1.0"
version = "4.0.0-alpha1"
edition.workspace = true
rust-version.workspace = true
default-run = "fish"

View File

@ -1,2 +1,2 @@
#RUN: %fish -v
# CHECK: fish, version {{[-.ga-f0-9]*(irty)?}}
# CHECK: fish, version {{[-.gabcdeflpha0-9]*(irty)?}}