Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
the38th committed Mar 28, 2022
2 parents 7677873 + 62568e0 commit 1a98304
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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.3.4)
uffizzi-cli (0.3.5)
thor

GEM
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ release_major:

release:
git checkout develop
git pull origin --rebase develop
@echo 'Set a new version'
docker-compose run --rm gem bash -c "bundle exec bump set ${VERSION}"
@echo 'Update remote origin'
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.3.4'
VERSION = '0.3.5'
end

0 comments on commit 1a98304

Please sign in to comment.