forgegit 1.5.4 → 1.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.forge/config.cmd +1 -1
- package/package.json +1 -1
- package/tools/bin/forge.cmd +1 -1
package/.forge/config.cmd
CHANGED
|
@@ -4,7 +4,7 @@ REM Configuration - edit these values to customize
|
|
|
4
4
|
REM Called from init.cmd via: call config.cmd
|
|
5
5
|
REM ============================================================
|
|
6
6
|
|
|
7
|
-
set "FG_VERSION=1.5.
|
|
7
|
+
set "FG_VERSION=1.5.6"
|
|
8
8
|
set "TAG_INITIAL=v1.0.0"
|
|
9
9
|
set "TAG_MESSAGE=Primera version estable"
|
|
10
10
|
set "BRANCH_MAIN=main"
|
package/package.json
CHANGED
package/tools/bin/forge.cmd
CHANGED
|
@@ -17,7 +17,7 @@ if /i "%~1"=="--version" goto :version
|
|
|
17
17
|
goto :install
|
|
18
18
|
|
|
19
19
|
:version
|
|
20
|
-
|
|
20
|
+
powershell -NoProfile -Command "(Get-Content -LiteralPath '%FORGE_HOME%\.forge\config.cmd' | Select-String 'FG_VERSION=').ToString().Split('=')[1].Trim('\"', ' ')"
|
|
21
21
|
exit /b 0
|
|
22
22
|
|
|
23
23
|
:help
|