Skip to content

Commit 8e21a44

Browse files
authored
Merge pull request #326 from sparklemotion/flavorjones-release-v1.4.4
version bump to v1.4.4
2 parents f22b723 + 704b591 commit 8e21a44

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== 1.4.4 (unreleased)
1+
=== 1.4.4 (2022-06-14)
22

33
* Fixes
44
* Compilation no longer fails against SQLite3 versions < 3.29.0. This issue was introduced in v1.4.3. [#324] (Thank you, @r6e!)

lib/sqlite3/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module SQLite3
22

3-
VERSION = '1.4.3'
3+
VERSION = '1.4.4'
44

55
module VersionProxy
66

77
MAJOR = 1
88
MINOR = 4
9-
TINY = 3
9+
TINY = 4
1010
BUILD = nil
1111

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

0 commit comments

Comments
 (0)