Skip to content

Commit a25b776

Browse files
chore(internal): version bump (#190)
1 parent 03a6cb3 commit a25b776

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

0 commit comments

Comments
 (0)