diff --git a/CHANGELOG.md b/CHANGELOG.md index 0849667..5cb840d 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.3.0 (2019-09-02) + ### Added * The support for execution logging has been added. diff --git a/src/gitpack b/src/gitpack index 47fcad6..6e4dc7d 100755 --- a/src/gitpack +++ b/src/gitpack @@ -60,7 +60,7 @@ check_deps() { # shellcheck disable=SC2209 init_constants() { # the current version of GitPack - VERSION=0.2.0 + VERSION=0.3.0 # GitPack actions ACTION_INSTALL=install