Skip to content

Commit cc134cc

Browse files
committedApr 10, 2024
ci: fix shebang in bump-version.sh script
1 parent 4c7288c commit cc134cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/bump-version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
VERSION=$1
44

0 commit comments

Comments
 (0)
Please sign in to comment.