Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Bumps the version to 2.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Jan 20, 2017
1 parent 77c3ba7 commit e94da67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 2.5.0 (20/01/2017)

* Add Ruby 2.3.3.
* Removes Rubies 2.2.2, 2.3.0.
* Add Ruby 2.4.0.

## 2.4.0 (10/11/2016)

* Add Ruby 2.3.1.
Expand Down
2 changes: 1 addition & 1 deletion lib/boxes/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Versions and other declarations.
module Boxes
VERSION = "2.4.0".freeze
VERSION = "2.5.0".freeze
end

0 comments on commit e94da67

Please sign in to comment.