Skip to content

Commit 9b5c9da

Browse files
committed
Increase version to 0.6.0
1 parent 9439b32 commit 9b5c9da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
The changes not yet present in any release are listed in this section.
1010

11+
## 0.6.0 (2019-10-08)
12+
1113
### Added
1214

1315
* The support for GitPack to work with any Git branch has been added.

src/gitpack

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ check_sw_deps() {
5353
# shellcheck disable=SC2209
5454
init_constants() {
5555
# the current version of GitPack
56-
VERSION=0.5.0
56+
VERSION=0.6.0
5757

5858
# GitPack actions
5959
ACTION_INSTALL=install

0 commit comments

Comments
 (0)