We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a77bd commit cdb9530Copy full SHA for cdb9530
README.md
@@ -14,10 +14,14 @@ The underlying REST API documentation can be found on [developer.tryfinch.com](h
14
15
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
16
17
+<!-- x-release-please-start-version -->
18
+
19
```ruby
20
gem "finch-api", "~> 0.1.0.pre.alpha.5"
21
```
22
23
+<!-- x-release-please-end -->
24
25
To fetch an initial copy of the gem:
26
27
```sh
rbi/lib/finch_api/version.rbi
@@ -1,5 +1,5 @@
1
# typed: strong
2
3
module FinchAPI
4
- VERSION = "0.1.0.pre.alpha.5"
+ VERSION = T.let(T.unsafe(nil), String)
5
end
sig/finch_api/version.rbs
@@ -1,3 +1,3 @@
- VERSION: "0.1.0.pre.alpha.5"
+ VERSION: String
0 commit comments