Skip to content
Snippets Groups Projects
Commit fae01983 authored by insert's avatar insert
Browse files

Bump version to 0.4.1-alpha.11

parent 10f116b4
No related merge requests found
Pipeline #1143 passed with stage
in 6 minutes and 36 seconds
#!/bin/bash #!/bin/bash
export version=0.4.1-alpha.10 export version=0.4.1-alpha.11
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs echo "pub const VERSION: &str = \"${version}\";" > src/version.rs
pub const VERSION: &str = "0.4.1-alpha.10"; pub const VERSION: &str = "0.4.1-alpha.11";
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment