diff options
| author | Bob Blackmon <bob.blackmon@ymail.com> | 2017-04-03 23:45:20 -0400 |
|---|---|---|
| committer | Bob Blackmon <bob.blackmon@ymail.com> | 2017-04-03 23:45:20 -0400 |
| commit | f0fe45c5e8910454e7f3e42e7874201069f7b4db (patch) | |
| tree | a2ab24fcdd43be6bd5ed3c4bce09302c92268874 /lua/zones.lua | |
| parent | 4519a4dd7fd2be1e9112bc65edcfd3fe9b6b648b (diff) | |
| download | zones-f0fe45c5e8910454e7f3e42e7874201069f7b4db.tar.gz zones-f0fe45c5e8910454e7f3e42e7874201069f7b4db.tar.bz2 zones-f0fe45c5e8910454e7f3e42e7874201069f7b4db.zip | |
Optimizations
Diffstat (limited to 'lua/zones.lua')
| -rw-r--r-- | lua/zones.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/zones.lua b/lua/zones.lua index 2916331..b9a1afb 100644 --- a/lua/zones.lua +++ b/lua/zones.lua @@ -1,4 +1,4 @@ -local version = 1.14 -- Older versions will not run if a newer version is used in another script. +local version = 1.20 -- Older versions will not run if a newer version is used in another script. --[[ ZONES - by Bobbleheadbob WARNING: If you edit any of these files, make them use a different namespace. Multiple scripts may depend on this library so modifying it can break other scripts. |
