Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Oct 9, 2016
1 parent 91d8731 commit f7e0b82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,8 @@
=== 1.3.12

* Bugfixes:
* OS X install will default to homebrew if available. Fixes #195

=== 1.3.11 / 2015-10-10

* Enhancements:
Expand Down
4 changes: 2 additions & 2 deletions lib/sqlite3/version.rb
@@ -1,12 +1,12 @@
module SQLite3

VERSION = '1.3.11'
VERSION = '1.3.12'

module VersionProxy

MAJOR = 1
MINOR = 3
TINY = 11
TINY = 12
BUILD = nil

STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
Expand Down

0 comments on commit f7e0b82

Please sign in to comment.