Skip to content

Commit 2544e58

Browse files
committed
version bump to v1.5.0.rc2 (release candidate)
1 parent 1cfa1c1 commit 2544e58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/sqlite3/version.rb

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

3-
VERSION = "1.5.0.rc1"
3+
VERSION = "1.5.0.rc2"
44

55
module VersionProxy
66

77
MAJOR = 1
88
MINOR = 5
99
TINY = 0
10-
BUILD = "rc1"
10+
BUILD = "rc2"
1111

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

0 commit comments

Comments
 (0)