Skip to content

Commit

Permalink
bump version -> v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
smaeda-ks committed Apr 26, 2023
1 parent 3d8a490 commit c256756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $ gem install twurl
```sh
# verify installation
$ twurl -v
0.9.6
0.9.7
```

## Install from source
Expand All @@ -32,5 +32,5 @@ If you don't want to install Twurl globally on your system, use `--path` [option
```
$ bundle install --path path/to/directory
$ bundle exec twurl -v
0.9.6
0.9.7
```
2 changes: 1 addition & 1 deletion lib/twurl/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Twurl
class Version
MAJOR = 0 unless defined? Twurl::Version::MAJOR
MINOR = 9 unless defined? Twurl::Version::MINOR
PATCH = 6 unless defined? Twurl::Version::PATCH
PATCH = 7 unless defined? Twurl::Version::PATCH
PRE = nil unless defined? Twurl::Version::PRE # Time.now.to_i.to_s

class << self
Expand Down

0 comments on commit c256756

Please sign in to comment.