Skip to content

Commit ebb4fdc

Browse files
committed
Increase version to 0.5.0
1 parent 7bd6108 commit ebb4fdc

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.5.0 (2019-09-19)
12+
1113
### Added
1214

1315
* The support for tab completion in Bash shells has been added.

src/gitpack

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ check_sw_deps() {
5454
# shellcheck disable=SC2209
5555
init_constants() {
5656
# the current version of GitPack
57-
VERSION=0.4.0
57+
VERSION=0.5.0
5858

5959
# GitPack actions
6060
ACTION_INSTALL=install

0 commit comments

Comments
 (0)