diff --git a/shunit2 b/shunit2 index 252a729..bdd79e8 100755 --- a/shunit2 +++ b/shunit2 @@ -21,7 +21,7 @@ # Return if shunit2 already loaded. \[ -n "${SHUNIT_VERSION:-}" ] && exit 0 -SHUNIT_VERSION='2.1.7pre' +SHUNIT_VERSION='2.1.7' # Return values that scripts can use. SHUNIT_TRUE=0