diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-30 14:06:41 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-30 14:07:40 -0700 |
| commit | ab38fd19fa6e30b4a0629b3445812cb6bf025a25 (patch) | |
| tree | ea2a2c71535d1a9c58ca947671ca039441a728cc /compatibility/3.6.nom | |
| parent | 77ebe2fb2a7f6508437f1560af031eb8abd4672b (diff) | |
Fixed obnoxious bug where List was getting used instead of a Dict,
causing havoc when .first and .pop were being accessed.
Diffstat (limited to 'compatibility/3.6.nom')
| -rw-r--r-- | compatibility/3.6.nom | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
