Skip to content

Commit 4f8ff6f

Browse files
committed
version bump to v1.7.0
1 parent 63f22d1 commit 4f8ff6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sqlite3-ruby Changelog
22

3-
## next / unreleased
3+
## 1.7.0 / 2023-12-27
44

55
### Ruby
66

lib/sqlite3/version.rb

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

3-
VERSION = "1.6.9"
3+
VERSION = "1.7.0"
44

55
module VersionProxy
66
MAJOR = 1
7-
MINOR = 6
8-
TINY = 9
7+
MINOR = 7
8+
TINY = 0
99
BUILD = nil
1010

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

0 commit comments

Comments
 (0)