Skip to content

Commit 48ac004

Browse files
authored
chore: add help gem to release please manifest (#32427)
1 parent 45816cd commit 48ac004

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,8 @@
10411041
"grafeas+FILLER": "0.0.0",
10421042
"grafeas-v1": "1.6.0",
10431043
"grafeas-v1+FILLER": "0.0.0",
1044+
"help": "0.0.1",
1045+
"help+FILLER": "0.0.0",
10441046
"stackdriver": "0.23.0",
10451047
"stackdriver+FILLER": "0.0.0",
10461048
"stackdriver-core": "1.7.0",

help/help.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- encoding: utf-8 -*-
22
Gem::Specification.new do |gem|
33
gem.name = "help"
4-
gem.version = "0.0.0"
4+
gem.version = "0.0.1"
55
end

0 commit comments

Comments
 (0)