Skip to content

Commit

Permalink
version bump to 1.6.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 4, 2023
1 parent 52b3cf3 commit ee6bf89
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,12 +1,12 @@
module SQLite3

VERSION = "1.6.0.rc1"
VERSION = "1.6.0.rc2"

module VersionProxy
MAJOR = 1
MINOR = 6
TINY = 0
BUILD = "rc1"
BUILD = "rc2"

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

Expand Down

0 comments on commit ee6bf89

Please sign in to comment.