Skip to content

Commit

Permalink
Increase version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiksalvet committed Oct 8, 2019
1 parent 9439b32 commit 9b5c9da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0 (2019-10-08)

### Added

* The support for GitPack to work with any Git branch has been added.
Expand Down
2 changes: 1 addition & 1 deletion src/gitpack
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ check_sw_deps() {
# shellcheck disable=SC2209
init_constants() {
# the current version of GitPack
VERSION=0.5.0
VERSION=0.6.0

# GitPack actions
ACTION_INSTALL=install
Expand Down

0 comments on commit 9b5c9da

Please sign in to comment.