Skip to content

Commit 7537868

Browse files
committed
bump bersion
1 parent a40ff6f commit 7537868

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Features:
22

33
* added cursor flag to the pressToContinue command
44
* speedup args parsing
5+
* updated cosign to v2.0.0

bash-utils/bash-utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function bashUtilsVersion() {
2626
# this is default installation script for utils
2727
# ./bash-utils.sh bashUtilsSetup "/var/kiraglob"
2828
function bashUtilsSetup() {
29-
local BASH_UTILS_VERSION="v0.3.37"
29+
local BASH_UTILS_VERSION="v0.3.38"
3030
local COSIGN_VERSION="v2.0.0"
3131
if [ "$1" == "version" ] ; then
3232
echo "$BASH_UTILS_VERSION"

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
echo "v0.3.37"
2+
echo "v0.3.38"

0 commit comments

Comments
 (0)