mirror of
https://github.com/Cherry/3D2D-Textscreens.git
synced 2025-03-04 03:13:15 -05:00
chore: bump version
This commit is contained in:
parent
f75c09604f
commit
68d13db8a7
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
- name: Download GLuaLint
|
||||
run: curl -o glualint.zip -L https://github.com/FPtje/GLuaFixer/releases/download/$GLUALINT_VERSION/glualint-$GLUALINT_VERSION-linux.zip
|
||||
env:
|
||||
GLUALINT_VERSION: 1.21.0
|
||||
GLUALINT_VERSION: 1.21.1
|
||||
- name: Unzip GLuaLint
|
||||
run: unzip glualint.zip
|
||||
- name: Lint lua files
|
||||
|
@ -23,7 +23,7 @@ if SERVER then
|
||||
|
||||
--local rainbow_enabled = cvars.Number('ss_enable_rainbow', 1)
|
||||
|
||||
local version = "1.18.1"
|
||||
local version = "1.18.2"
|
||||
|
||||
local function GetOS()
|
||||
if system.IsLinux() then return "linux" end
|
||||
|
Loading…
Reference in New Issue
Block a user