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

Merge Jan's changes and bump version.

parent 37bb0f39
Branches
Tags
No related merge requests found
Pipeline #1270 passed with stage
in 9 minutes and 28 seconds
#!/bin/bash #!/bin/bash
export version=0.5.1-alpha.10 export version=0.5.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.5.1-alpha.10"; pub const VERSION: &str = "0.5.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