Update package version to 6.2

This commit is contained in:
2025-08-23 18:23:30 +03:00
parent 7ea7cc784b
commit 2b26b55f39
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
GO=go make SYSCONFDIR=/etc
make SYSCONFDIR=/etc
}
# The package function is executed in the source directory