Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Aug 17, 2017
1 parent 7fc5bdf commit 41dc0f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/capistrano/gitflow/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ def self.gem_version

module VERSION
MAJOR = 1
MINOR = 5
TINY = 7
MINOR = 6
TINY = 0
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end
end

0 comments on commit 41dc0f5

Please sign in to comment.