Skip to content

Commit

Permalink
Bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 28, 2024
1 parent c283352 commit cc098c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ bundle exec rubocop --autocorrect
$ ./bin/console
# Starting up IRB with loading developing ULID library
irb(main):001:0> ULID::VERSION
=> "0.8.0"
=> "0.9.0"
```

```ruby
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Tested only in the last 2 Rubies. So you need Ruby 3.2 or higher.
Add this line to your `Gemfile`.

```ruby
gem('ruby-ulid', '~> 0.8.0')
gem('ruby-ulid', '~> 0.9.0')
```

And load it.
Expand All @@ -53,7 +53,7 @@ require 'ulid'
```

NOTE: This README contains information about the development version.\
If you would like to see released version's one. [Look at the ref](https://github.com/kachick/ruby-ulid/tree/v0.8.0).
If you would like to see released version's one. [Look at the ref](https://github.com/kachick/ruby-ulid/tree/v0.9.0).

In [Nix](https://nixos.org/), you can skip the installation steps for both ruby and ruby-ulid to try.

Expand Down
2 changes: 1 addition & 1 deletion lib/ulid/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# shareable_constant_value: literal

class ULID
VERSION = '0.9.0.beta1'
VERSION = '0.9.0'
end

0 comments on commit cc098c6

Please sign in to comment.