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 afcd982 commit f669f21Copy full SHA for f669f21
README.md
@@ -33,6 +33,7 @@ Tests are also a good place to know how the the library works internally: [spec]
33
34
| Typesense Server | typesense-ruby |
35
|------------------|----------------|
36
+| \>= v30.0 | \>= v5.0.0 |
37
| \>= v28.0 | \>= v3.0.0 |
38
| \>= v0.25.0 | \>= v1.0.0 |
39
| \>= v0.23.0 | \>= v0.14.0 |
lib/typesense/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Typesense
4
- VERSION = '4.1.0'
+ VERSION = '5.0.0'
5
end
0 commit comments