We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72575f6 commit b666272Copy full SHA for b666272
1 file changed
scripts/makeDist.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
cd ../
3
4
-VERSION="0.5.5"
+VERSION="0.5.6"
5
DEST="./dist/fpp.$VERSION.tar.gz"
6
mkdir -p ./dist/
7
tar -cf $DEST src/*.py fpp
0 commit comments