Skip to content

Commit

Permalink
Bump version: 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed May 25, 2017
1 parent 22362e9 commit e4c9820
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.11.2/gitsh-0.11.2.tar.gz
tar -zxvf gitsh-0.11.2.tar.gz
cd gitsh-0.11.2
curl -OL https://github.com/thoughtbot/gitsh/releases/download/v0.12/gitsh-0.12.tar.gz
tar -zxvf gitsh-0.12.tar.gz
cd gitsh-0.12

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.11.2, hello@thoughtbot.com)
AC_INIT(gitsh, 0.12, 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 e4c9820

Please sign in to comment.