fix: actually set the correct regex

This commit is contained in:
Paul Makles
2022-05-09 23:08:17 +01:00
parent d7527d9131
commit de5428348c
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
export version=0.5.3-1
export version=0.5.3-2
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs