Update defines.lua

Updated version number
This commit is contained in:
Zach P 2022-02-10 16:52:29 -08:00 committed by GitHub
parent ac0b4c7af3
commit de4ea56a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
ULib = ULib or {}
ULib.RELEASE = false -- Don't access these two directly, use ULib.pluginVersionStr("ULib")
ULib.VERSION = 2.70
ULib.VERSION = 2.80
ULib.AUTOMATIC_UPDATE_CHECKS = true
ULib.ACCESS_ALL = "user"