diff --git a/CHANGELOG.md b/CHANGELOG.md index b18f58e..c2dab22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The changes not yet present in any release are listed in this section. +## 0.7.0 (2019-10-23) + ### Added * The automatic default branch detection has been added. diff --git a/src/gitpack b/src/gitpack index f3a9a27..f194dbc 100755 --- a/src/gitpack +++ b/src/gitpack @@ -53,7 +53,7 @@ check_sw_deps() ( # Initializes static constants. init_constants() { # the current version of GitPack - readonly VERSION=0.6.0 + readonly VERSION=0.7.0 # GitPack actions readonly ACTION_INSTALL=install