feat: import version package to access global version variable

This commit is contained in:
2025-01-22 17:34:21 -06:00
parent c0ed8a590e
commit e583780b9c

View File

@@ -21,7 +21,10 @@ THE SOFTWARE.
*/
package main
import "s1d3sw1ped/SteamCache2/cmd"
import (
"s1d3sw1ped/SteamCache2/cmd"
_ "s1d3sw1ped/SteamCache2/version" // Import the version package for global version variable
)
func main() {
cmd.Execute()