From ebb4fdc08c0840b580f7b4c7e399a6624b172aa0 Mon Sep 17 00:00:00 2001 From: Dominik Salvet Date: Thu, 19 Sep 2019 20:29:51 +0200 Subject: [PATCH] Increase version to 0.5.0 --- CHANGELOG.md | 2 ++ src/gitpack | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f707c1b..6f57508 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.5.0 (2019-09-19) + ### Added * The support for tab completion in Bash shells has been added. diff --git a/src/gitpack b/src/gitpack index 8190969..bd2470a 100755 --- a/src/gitpack +++ b/src/gitpack @@ -54,7 +54,7 @@ check_sw_deps() { # shellcheck disable=SC2209 init_constants() { # the current version of GitPack - VERSION=0.4.0 + VERSION=0.5.0 # GitPack actions ACTION_INSTALL=install