Skip to content

Commit dc4c05c

Browse files
committed
bump version to 2.0.0.dev
1 parent ba4babf commit dc4c05c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/sqlite3/version.rb

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

3-
VERSION = "1.7.0"
3+
VERSION = "2.0.0.dev"
44

55
module VersionProxy
6-
MAJOR = 1
7-
MINOR = 7
6+
MAJOR = 2
7+
MINOR = 0
88
TINY = 0
9-
BUILD = nil
9+
BUILD = "dev"
1010

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

0 commit comments

Comments
 (0)