We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926842e commit 3a1ec3eCopy full SHA for 3a1ec3e
ksau
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-readonly KSAU_VERSION=310
4
-readonly KSAU_VERSION_STRING="Version 3.1.0"
+readonly KSAU_VERSION=311
+readonly KSAU_VERSION_STRING="Version 3.1.1"
5
6
readonly KSAU_CACHE_DIR=$HOME/.ksau
7
readonly CACHED_FREESPACE_TIMEOUT=$((60 * 60)) # 60s * 60m = 1h in seconds unit
0 commit comments