Skip to content

Commit

Permalink
Bump up version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brbsix committed Dec 4, 2015
1 parent 9a02fac commit 0144941
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Installation

To install `debtool` via Debian archive:

curl --remote-name -sL https://github.com/brbsix/debtool/releases/download/v0.2.3/debtool_0.2.3_all.deb
sudo dpkg --install debtool_0.2.3_all.deb
curl --remote-name -sL https://github.com/brbsix/debtool/releases/download/v0.2.4/debtool_0.2.4_all.deb
sudo dpkg --install debtool_0.2.4_all.deb

To install `debtool` from git repository:

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
debtool (0.2.4) unstable; urgency=low

* Fix broken -v/--version options.

-- Six <[email protected]> Fri, 04 Dec 2015 07:10:17 -0800

debtool (0.2.3) unstable; urgency=low

* Add support for --interactive --unpack combination.
Expand Down
2 changes: 1 addition & 1 deletion debtool
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ warning(){


PROGRAM=${0##*/}
VERSION='0.2.3'
VERSION='0.2.4'

# clear option flags
unset AUTO FORMAT INTERACTIVE MD5SUMS QUIET REINSTALL
Expand Down

0 comments on commit 0144941

Please sign in to comment.