Skip to content

Commit f4b7010

Browse files
chore(internal): codegen related update (#222)
1 parent 3db38b4 commit f4b7010

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ The underlying REST API documentation can be found on [docs.withorb.com](https:/
1212

1313
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
1414

15+
<!-- x-release-please-start-version -->
16+
1517
```ruby
1618
gem "orb-billing", "~> 0.1.0.pre.alpha.37"
1719
```
1820

21+
<!-- x-release-please-end -->
22+
1923
To fetch an initial copy of the gem:
2024

2125
```sh
File renamed without changes.

rbi/lib/orb/version.rbi

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

33
module Orb
4-
VERSION = "0.1.0.pre.alpha.37"
4+
VERSION = T.let(T.unsafe(nil), String)
55
end

sig/orb/version.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Orb
2-
VERSION: "0.1.0.pre.alpha.37"
2+
VERSION: String
33
end

0 commit comments

Comments
 (0)