Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomux committed Jul 2, 2024
1 parent e4ef2c5 commit 6cffc64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Metrics/ClassLength:
Exclude:
- './lib/**/cli.rb'
- './lib/**/repository.rb'
- './lib/**/upgraderepo.rb'

Metrics/BlockLength:
Enabled: true
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zypper-upgraderepo (1.9.0)
zypper-upgraderepo (1.10.0)
iniparse
minitar

Expand Down
2 changes: 1 addition & 1 deletion lib/zypper/upgraderepo/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Zypper
module Upgraderepo
VERSION = "1.9.0"
VERSION = "1.10.0"
end
end

0 comments on commit 6cffc64

Please sign in to comment.