Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit 35fa1ab

Browse files
committed
Version change
1 parent a238c96 commit 35fa1ab

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

client/utils.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function sendMessage(text)
1212
{
1313
templateId = "firescript",
1414
args = {
15-
"FireScript v1.7.3",
15+
"FireScript v1.7.4",
1616
text
1717
}
1818
}

config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--================================--
2-
-- FIRE SCRIPT v1.7.3 --
2+
-- FIRE SCRIPT v1.7.4 --
33
-- by GIMI (+ foregz, Albo1125) --
44
-- License: GNU GPL 3.0 --
55
--================================--

server/main.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--================================--
2-
-- FIRE SCRIPT v1.7.3 --
2+
-- FIRE SCRIPT v1.7.4 --
33
-- by GIMI (+ foregz, Albo1125) --
44
-- License: GNU GPL 3.0 --
55
--================================--
@@ -8,7 +8,7 @@
88
-- VERSION CHECK --
99
--================================--
1010

11-
Version = "1.7.3"
11+
Version = "1.7.4"
1212
LatestVersionFeed = "https://api.github.com/repos/gimicze/firescript/releases/latest"
1313

1414
Citizen.CreateThread(

0 commit comments

Comments
 (0)