Skip to content

Commit 9d876c9

Browse files
authored
Update version in Gemfile.lock to 1.34.0 (#74)
* Update version in Gemfile.lock to 1.34.0 * Bump patch version to initiate a new release
1 parent dccf52a commit 9d876c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
code_ownership (1.33.1)
4+
code_ownership (1.34.1)
55
code_teams (~> 1.0)
66
packs
77
sorbet-runtime (>= 0.5.10821)

code_ownership.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'code_ownership'
3-
spec.version = '1.34.0'
3+
spec.version = '1.34.1'
44
spec.authors = ['Gusto Engineers']
55
spec.email = ['[email protected]']
66
spec.summary = 'A gem to help engineering teams declare ownership of code'

0 commit comments

Comments
 (0)