Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Commit

Permalink
Preparing for 1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kovyrin committed Nov 10, 2013
1 parent 5a67d92 commit 15c9ce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.9.0 (unreleased yet):
1.9.0 (2013-10-09):

Most of the major changes in this version are related to our initial push towards making
DbCharmer thread-safe and making sure it works correctly in multi-threaded environments.
Expand Down
2 changes: 1 addition & 1 deletion lib/db_charmer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module DbCharmer
module Version
MAJOR = 1
MINOR = 9
PATCH = 2
PATCH = 0
BUILD = nil

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

0 comments on commit 15c9ce1

Please sign in to comment.