Skip to content

Commit e424d1f

Browse files
committed
version bump to 0.4.0
1 parent c6d1609 commit e424d1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
errgonomic (0.3.0)
4+
errgonomic (0.4.0)
55
concurrent-ruby (~> 1.0)
66

77
GEM
@@ -155,4 +155,4 @@ DEPENDENCIES
155155
yard-doctest (~> 0.1)
156156

157157
BUNDLED WITH
158-
2.6.7
158+
2.6.6

gemset.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
path = ./.;
131131
type = "path";
132132
};
133-
version = "0.3.0";
133+
version = "0.4.0";
134134
};
135135
i18n = {
136136
dependencies = ["concurrent-ruby"];

lib/errgonomic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Errgonomic
4-
VERSION = "0.3.0"
4+
VERSION = '0.4.0'
55
end

0 commit comments

Comments
 (0)