Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Release v1.7.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaplan committed May 13, 2014
1 parent d3a401c commit f1d8d2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@

See README.md before updating this file.

## Unreleased [#](https://github.com/enova/landable/compare/v1.7.0...master)
## Unreleased [#](https://github.com/enova/landable/compare/v1.7.1.rc1...master)

## 1.7.1.rc1 [#](https://github.com/enova/landable/compare/v1.7.0...v1.7.1.rc1)
* Allow for revisions for Templates [#3]
4 changes: 2 additions & 2 deletions lib/landable/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module Landable
module VERSION
MAJOR = 1
MINOR = 7
PATCH = 0
PRE = nil
PATCH = 1
PRE = 1

STRING = [MAJOR, MINOR, PATCH, PRE].compact.join('.')
end
Expand Down

0 comments on commit f1d8d2b

Please sign in to comment.