Skip to content

Commit

Permalink
version bump to v1.5.0.rc2 (release candidate)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Aug 30, 2022
1 parent 1cfa1c1 commit 2544e58
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,13 +1,13 @@
module SQLite3

VERSION = "1.5.0.rc1"
VERSION = "1.5.0.rc2"

module VersionProxy

MAJOR = 1
MINOR = 5
TINY = 0
BUILD = "rc1"
BUILD = "rc2"

STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
#:beta-tag:
Expand Down

0 comments on commit 2544e58

Please sign in to comment.