Skip to content

Commit 5b58461

Browse files
committed
Bump version
1 parent 85e829c commit 5b58461

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Tests are also a good place to know how the the library works internally: [spec]
3333

3434
| Typesense Server | typesense-ruby |
3535
|------------------|----------------|
36+
| \>= v0.18.0 | \>= v0.10.0 |
3637
| \>= v0.17.0 | \>= v0.9.0 |
3738
| \>= v0.16.0 | \>= v0.8.0 |
3839
| \>= v0.15.0 | \>= v0.7.0 |

lib/typesense/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Typesense
4-
VERSION = '0.9.0'
4+
VERSION = '0.10.0'
55
end

0 commit comments

Comments
 (0)