Skip to content

Commit bcba930

Browse files
committed
version bump to v1.7.3
1 parent f821184 commit bcba930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/sqlite3/version.rb

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

3-
VERSION = "1.7.2"
3+
VERSION = "1.7.3"
44

55
module VersionProxy
66
MAJOR = 1
77
MINOR = 7
8-
TINY = 2
8+
TINY = 3
99
BUILD = nil
1010

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

0 commit comments

Comments
 (0)