Skip to content

Commit

Permalink
New Version
Browse files Browse the repository at this point in the history
  • Loading branch information
mepux committed Jul 31, 2020
1 parent 78227cd commit a829bc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
major.number = 0
minor.number = 7
revision.number = 5
revision.number = 6
qualifier =
2 changes: 1 addition & 1 deletion bin/cb-install
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ PN=$(basename "$0")
CB_FORCE_INSALL=false
CB_INSTALL_ONLY_STABLE=true
CB_INSTALLER_SILENT=false
CB_INSTALLER_VERSION=0.7.5
CB_INSTALLER_VERSION="0.7.6"
CB_JSON="$CB_HOME/bin/cb-json"
CB_RELEASE_URL="https://api.github.com/repos/toolarium/common-build/releases"
CB_JSON_SCRIPT_URL="https://raw.githubusercontent.com/toolarium/common-build/master/bin/cb-json"
Expand Down
2 changes: 1 addition & 1 deletion bin/cb-install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set "CB_USER_DRIVE=%CD:~0,2%"
set "CB_SCRIPT_PATH=%~dp0"
set "CB_SCRIPT_DRIVE=%~d0"
set CB_FORCE_INSALL=false
set "CB_INSTALLER_VERSION=0.7.5"
set "CB_INSTALLER_VERSION=0.7.6"
set "CB_RELEASE_URL=https://api.github.com/repos/toolarium/common-build/releases"

title %PN%
Expand Down

0 comments on commit a829bc6

Please sign in to comment.