Skip to content

Commit efc56aa

Browse files
committed
version bump to v2.9.2
1 parent 8635618 commit efc56aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
## 2.9.2 / 2026-03-14
3+
## 2.9.2 / 2026-03-15
44

55
- Vendored sqlite is updated to [v3.51.3](https://www.sqlite.org/releaselog/3_51_3.html) (from v3.51.2). #688 @flavorjones
66

lib/sqlite3/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module SQLite3
22
# (String) the version of the sqlite3 gem, e.g. "2.1.1"
3-
VERSION = "2.9.2.rc2"
3+
VERSION = "2.9.2"
44
end

0 commit comments

Comments
 (0)