Skip to content

Commit d4df9fd

Browse files
committed
version bump to v1.6.9
1 parent ad93a6b commit d4df9fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-
## 1.6.next / unreleased
3+
## 1.6.9 / 2023-11-26
44

55
### Dependencies
66

lib/sqlite3/version.rb

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

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

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

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

0 commit comments

Comments
 (0)