From 2ffb10da344dc8dbaeb85f07774c021d3776d997 Mon Sep 17 00:00:00 2001
From: Casey Faist <caseylfaist@gmail.com>
Date: Wed, 14 Nov 2018 16:57:02 -0600
Subject: [PATCH] update latest vars in compile

---
 bin/compile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/compile b/bin/compile
index 98abb541..2d7c661e 100755
--- a/bin/compile
+++ b/bin/compile
@@ -50,8 +50,8 @@ export VENDOR_URL
 # as well as prompt the user to upgrade if they are using an un–supported version.
 # Note: When 3.7 lands, I recommend switching to LATEST_36 and LATEST_37.
 DEFAULT_PYTHON_VERSION="python-3.6.7"
-LATEST_36="python-3.6.6"
-LATEST_37="python-3.7.0"
+LATEST_36="python-3.6.7"
+LATEST_37="python-3.7.1"
 LATEST_35="python-3.5.6"
 LATEST_34="python-3.4.9"
 LATEST_27="python-2.7.15"
-- 
GitLab