Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Mar 1, 2015
1 parent f2571a0 commit f942707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Development

## v3.1.0

* Add `-o/--convert-only` option for converting specific syntaxes while keeping all other syntaxes. ([#91](https://github.com/yujinakayama/transpec/issues/91))

## v3.0.8
Expand Down
4 changes: 2 additions & 2 deletions lib/transpec/version.rb
Expand Up @@ -4,8 +4,8 @@ module Transpec
# http://semver.org/
module Version
MAJOR = 3
MINOR = 0
PATCH = 8
MINOR = 1
PATCH = 0

def self.to_s
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit f942707

Please sign in to comment.