Skip to content

Commit 923d801

Browse files
authored
Merge pull request #103 from primer/release-v0.0.9
release v0.0.9
2 parents 31b6a57 + 003e193 commit 923d801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
primer_view_components (0.0.8)
4+
primer_view_components (0.0.9)
55
octicons_helper (>= 9.0.0, < 12.0.0)
66
rails (>= 5.0.0, < 7.0)
77
view_component (>= 2.0.0, < 3.0)

lib/primer/view_components/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module ViewComponents
55
module VERSION
66
MAJOR = 0
77
MINOR = 0
8-
PATCH = 8
8+
PATCH = 9
99

1010
STRING = [MAJOR, MINOR, PATCH].join(".")
1111
end

0 commit comments

Comments
 (0)