We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7d0bb commit e426700Copy full SHA for e426700
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# sqlite3-ruby Changelog
2
3
-## 2.5.0.rc1 / 2024-12-14
+## 2.5.0 / 2024-12-25
4
5
### Ruby
6
lib/sqlite3/version.rb
@@ -1,4 +1,4 @@
module SQLite3
# (String) the version of the sqlite3 gem, e.g. "2.1.1"
- VERSION = "2.5.0.rc1"
+ VERSION = "2.5.0"
end
0 commit comments