diff options
author | Mohammad Dashti <mdashti@gmail.com> | 2021-04-27 04:26:56 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-04-27 04:47:22 +0000 |
commit | 0c7ff5fc51ce3cdfd103798e38525a99590430b8 (patch) | |
tree | 0913d2aa3c142548276e52c04ef89c0c6e411f18 /src/third_party/scripts | |
parent | a5b95e6d0a85bdea4751f5469022f37738bb25d4 (diff) | |
download | mongo-0c7ff5fc51ce3cdfd103798e38525a99590430b8.tar.gz |
SERVER-56371 Upgrade timelib to 2021.06
Diffstat (limited to 'src/third_party/scripts')
-rwxr-xr-x | src/third_party/scripts/timelib_get_sources.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/scripts/timelib_get_sources.sh b/src/third_party/scripts/timelib_get_sources.sh index 084e9555dd8..190658783e9 100755 --- a/src/third_party/scripts/timelib_get_sources.sh +++ b/src/third_party/scripts/timelib_get_sources.sh @@ -12,7 +12,7 @@ set -o errexit # parser to hang. # -VERSION=2021.05 +VERSION=2021.06 NAME=timelib TARBALL=$VERSION.tar.gz TARBALL_DIR=$NAME-$VERSION |