chore: bump version

This commit is contained in:
James Ross 2022-08-08 19:34:10 +01:00
parent f75c09604f
commit 68d13db8a7
No known key found for this signature in database
GPG Key ID: 49E8B07166BE49AB
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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