From ab38fd19fa6e30b4a0629b3445812cb6bf025a25 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 30 Aug 2018 14:06:41 -0700 Subject: Fixed obnoxious bug where List was getting used instead of a Dict, causing havoc when .first and .pop were being accessed. --- compatibility/3.6.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compatibility/3.6.nom') diff --git a/compatibility/3.6.nom b/compatibility/3.6.nom index ecf4fb3..e813f7b 100644 --- a/compatibility/3.6.nom +++ b/compatibility/3.6.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V3.6.5.6 +#!/usr/bin/env nomsu -V3.7 # This file defines upgrades from Nomsu <3.6 to 3.6 -- cgit v1.2.3