Added BPM_PKG_REVISION, BPM_PKG_OLD_VERSION, BPM_PKG_OLD_REVISION variables to package scripts

This commit is contained in:
2024-10-07 09:30:57 +03:00
parent c427499fb6
commit 3ff01093a0
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import (
/* A simple-to-use package manager */
/* ---------------------------------- */
var bpmVer = "0.4.1"
var bpmVer = "0.4.2"
var subcommand = "help"
var subcommandArgs []string