lib/minke/scripts/minke in minke-1.13.5 vs lib/minke/scripts/minke in minke-1.13.6
- old
+ new
@@ -1,6 +1,6 @@
#!/bin/bash
-MINKE_VERSION="1.13.5"
+MINKE_VERSION="1.13.6"
ERROR="Please specify a command e.g. ./minke build"
DOCKER_SOCK="/var/run/docker.sock:/var/run/docker.sock"
NEW_UUID=$(base64 /dev/urandom | tr -d '/+' | head -c 32 | tr '[:upper:]' '[:lower:]')
\ No newline at end of file