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.
2 parents c150736 + a27c043 commit bd8994dCopy full SHA for bd8994d
lib/bats-main
@@ -53,7 +53,7 @@ export _GO_BATS_DIR="${_GO_BATS_DIR:-$_GO_TEST_DIR/bats}"
53
export _GO_BATS_PATH="$_GO_BATS_DIR/libexec/bats"
54
55
# Version of Bats to fetch if `_GO_BATS_DIR` is missing
56
-export _GO_BATS_VERSION="${_GO_BATS_VERSION:-optimized-20170205}"
+export _GO_BATS_VERSION="${_GO_BATS_VERSION:-optimized-20170317}"
57
58
# URL of the Bats git repository to clone to `_GO_BATS_DIR`
59
export _GO_BATS_URL="${_GO_BATS_URL:-https://github.com/mbland/bats.git}"
0 commit comments