Skip to content

Commit

Permalink
Bump version: 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed Mar 22, 2019
1 parent 1055384 commit a1bd200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ Installation

1. Download and extract the latest release:

curl -OL https://github.com/thoughtbot/gitsh/releases/download/v0.13/gitsh-0.13.tar.gz
tar -zxvf gitsh-0.13.tar.gz
cd gitsh-0.13
curl -OL https://github.com/thoughtbot/gitsh/releases/download/v0.14/gitsh-0.14.tar.gz
tar -zxvf gitsh-0.14.tar.gz
cd gitsh-0.14

2. Configure the distribution. This step will determine which version of Ruby
should be used, which has important implications; see the notes on "gitsh and
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.68])
AC_INIT(gitsh, 0.13, hello@thoughtbot.com)
AC_INIT(gitsh, 0.14, hello@thoughtbot.com)
AM_INIT_AUTOMAKE([subdir-objects])

AC_ARG_VAR([RUBY],[The path of the Ruby binary to use])
Expand Down

0 comments on commit a1bd200

Please sign in to comment.