We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d1609 commit e424d1fCopy full SHA for e424d1f
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- errgonomic (0.3.0)
+ errgonomic (0.4.0)
5
concurrent-ruby (~> 1.0)
6
7
GEM
@@ -155,4 +155,4 @@ DEPENDENCIES
155
yard-doctest (~> 0.1)
156
157
BUNDLED WITH
158
- 2.6.7
+ 2.6.6
gemset.nix
@@ -130,7 +130,7 @@
130
path = ./.;
131
type = "path";
132
};
133
- version = "0.3.0";
+ version = "0.4.0";
134
135
i18n = {
136
dependencies = ["concurrent-ruby"];
lib/errgonomic/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Errgonomic
- VERSION = "0.3.0"
+ VERSION = '0.4.0'
end
0 commit comments