Skip to content

Commit

Permalink
Merge pull request #326 from sparklemotion/flavorjones-release-v1.4.4
Browse files Browse the repository at this point in the history
version bump to v1.4.4
  • Loading branch information
tenderlove authored Jun 14, 2022
2 parents f22b723 + 704b591 commit 8e21a44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== 1.4.4 (unreleased)
=== 1.4.4 (2022-06-14)

* Fixes
* Compilation no longer fails against SQLite3 versions < 3.29.0. This issue was introduced in v1.4.3. [#324] (Thank you, @r6e!)
Expand Down
4 changes: 2 additions & 2 deletions lib/sqlite3/version.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module SQLite3

VERSION = '1.4.3'
VERSION = '1.4.4'

module VersionProxy

MAJOR = 1
MINOR = 4
TINY = 3
TINY = 4
BUILD = nil

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

0 comments on commit 8e21a44

Please sign in to comment.