Skip to content

Commit

Permalink
Bump version to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt committed Oct 25, 2015
1 parent f7f37da commit 2676e9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion capistrano-nvm.gemspec
Expand Up @@ -2,9 +2,11 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'capistrano-nvm/version'

Gem::Specification.new do |spec|
spec.name = 'capistrano-nvm'
spec.version = '0.0.5'
spec.version = CapistranoNvm::VERSION
spec.authors = ['Koen Punt']
spec.email = ['me@koen.pt']
spec.description = %q{nvm support for Capistrano 3.x}
Expand Down
3 changes: 3 additions & 0 deletions lib/capistrano-nvm/version.rb
@@ -0,0 +1,3 @@
module CapistranoNvm
VERSION = '0.0.6'
end

0 comments on commit 2676e9f

Please sign in to comment.