Skip to content

Commit 2fbe4a7

Browse files
committed
Change version
1 parent 0a4aad8 commit 2fbe4a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Bash tests
2121
run: |
2222
dir=$PWD
23-
git clone https://github.com/shellgei/rusty_bash_test -b v1.2.5 --depth 1
23+
git clone https://github.com/shellgei/rusty_bash_test -b v1.2.6 --depth 1
2424
#git clone https://github.com/shellgei/rusty_bash_test --depth 1
2525
cd rusty_bash_test
2626
./test.bash $dir

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Bash tests
2121
run: |
2222
dir=$PWD
23-
git clone https://github.com/shellgei/rusty_bash_test -b v1.2.5 --depth 1
23+
git clone https://github.com/shellgei/rusty_bash_test -b v1.2.6 --depth 1
2424
cd rusty_bash_test
2525
./test.bash $dir

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sush"
3-
version = "1.2.5"
3+
version = "1.2.6"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)