Skip to content

Commit 42ffeeb

Browse files
chore(internal): version bump (#194)
1 parent b10e92f commit 42ffeeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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", "~> 0.1.0.pre.alpha.30"
16+
gem "orb", "~> 0.1.0.pre.alpha.31"
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.30"
2+
VERSION: "0.1.0-alpha.31"
33
end

0 commit comments

Comments
 (0)