Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Mar 23, 2017
1 parent e19a8d1 commit bc790a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

#### [Current]
* 2017-03-23 [e19a8d1](../../commit/e19a8d1) - __(Michail Merkushin)__ Fix version.rb after failed release
* 2017-03-23 [1892b46](../../commit/1892b46) - __(Michail Merkushin)__ fix: REGEXP for version update, try 2
* 2017-03-23 [d226b5d](../../commit/d226b5d) - __(Michail Merkushin)__ Release 3.0.1
* 2017-03-23 [ef4f929](../../commit/ef4f929) - __(Denis Korobicyn)__ fix: REGEXP for version update

#### v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/apress/gems/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Apress
module Gems
VERSION = '3.0.0'.freeze
VERSION = '3.0.1'.freeze
end
end

0 comments on commit bc790a5

Please sign in to comment.