Update build.bat to beta2

This commit is contained in:
per ploug
2014-11-10 13:33:42 +01:00
parent 1003ac42df
commit 1ee6fc8514
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ IF NOT EXIST UmbracoVersion.txt (
GOTO :showerror
)
SET /p release=<UmbracoVersion.txt
SET comment=beta
SET comment=beta2
SET version=%release%
IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%)