Skip to content

Commit 3d17f9a

Browse files
chore(internal): version bump (#207)
1 parent bc79ebf commit 3d17f9a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
orb-billing (0.1.0.pre.alpha.33)
14+
orb-billing (0.1.0.pre.alpha.34)
1515
connection_pool
1616

1717
GEM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The underlying REST API documentation can be found on [docs.withorb.com](https:/
1313
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
1414

1515
```ruby
16-
gem "orb-billing", "~> 0.1.0.pre.alpha.33"
16+
gem "orb-billing", "~> 0.1.0.pre.alpha.34"
1717
```
1818

1919
To fetch an initial copy of the gem:

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-alpha.33"
2+
VERSION: "0.1.0-alpha.34"
33
end

0 commit comments

Comments
 (0)