We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40ff6f commit 7537868Copy full SHA for 7537868
RELEASE.md
@@ -2,3 +2,4 @@ Features:
2
3
* added cursor flag to the pressToContinue command
4
* speedup args parsing
5
+* updated cosign to v2.0.0
bash-utils/bash-utils.sh
@@ -26,7 +26,7 @@ function bashUtilsVersion() {
26
# this is default installation script for utils
27
# ./bash-utils.sh bashUtilsSetup "/var/kiraglob"
28
function bashUtilsSetup() {
29
- local BASH_UTILS_VERSION="v0.3.37"
+ local BASH_UTILS_VERSION="v0.3.38"
30
local COSIGN_VERSION="v2.0.0"
31
if [ "$1" == "version" ] ; then
32
echo "$BASH_UTILS_VERSION"
scripts/version.sh
@@ -1,2 +1,2 @@
1
#!/usr/bin/env bash
-echo "v0.3.37"
+echo "v0.3.38"
0 commit comments