Skip to content

Commit

Permalink
Merge pull request #285 from chef/prerelease
Browse files Browse the repository at this point in the history
Start working on 3.2.0
  • Loading branch information
thommay authored Jul 11, 2017
2 parents e5b2c07 + 2b4e679 commit 4c77ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chef-vault.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $:.push File.expand_path("../lib", __FILE__)
require "chef-vault/version"

def self.prerelease?
ENV["TRAVIS"] && !ENV["TRAVIS_TAG"]
!ENV["TRAVIS_TAG"]
end

Gem::Specification.new do |s|
Expand Down
2 changes: 1 addition & 1 deletion lib/chef-vault/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# limitations under the License.

class ChefVault
VERSION = "3.1.0"
VERSION = "3.2.0"
MAJOR, MINOR, TINY = VERSION.split(".")
end

0 comments on commit 4c77ad9

Please sign in to comment.