Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
7R41N33 committed Mar 22, 2022
2 parents 9459130 + 214430d commit ba2994f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: uffizzicloud/uffizzi-cli:latest
tags: uffizzi/cli:latest
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:
uffizzi-cli (0.2.1)
uffizzi-cli (0.2.2)
thor

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/uffizzi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Uffizzi
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit ba2994f

Please sign in to comment.