Skip to content

Commit e426700

Browse files
committed
version bump to v2.5.0
1 parent 2a7d0bb commit e426700

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.5.0.rc1 / 2024-12-14
3+
## 2.5.0 / 2024-12-25
44

55
### Ruby
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.5.0.rc1"
3+
VERSION = "2.5.0"
44
end

0 commit comments

Comments
 (0)