Skip to content

Commit

Permalink
version bump to v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Mar 15, 2024
1 parent f821184 commit bcba930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sqlite3/version.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module SQLite3

VERSION = "1.7.2"
VERSION = "1.7.3"

module VersionProxy
MAJOR = 1
MINOR = 7
TINY = 2
TINY = 3
BUILD = nil

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

0 comments on commit bcba930

Please sign in to comment.