Fixed typo in packaging version number

This commit is contained in:
2023-07-12 20:19:53 -04:00
parent ee8d875095
commit 0020ac313b
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
version='v1.5.0.2'
version='1.5.0.2'
if [ -z "$2" ]; then
revision=1
else