From d5a9f75a89eefbd5316b5abe956d28d3a5358327 Mon Sep 17 00:00:00 2001 From: Dominik Salvet Date: Wed, 23 Oct 2019 21:11:36 +0200 Subject: [PATCH] Increase version to 0.7.0 --- CHANGELOG.md | 2 ++ src/gitpack | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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