Skip to content

Commit

Permalink
Merge pull request #34 from 3scale-labs/release-0.18.0
Browse files Browse the repository at this point in the history
release 0.18.0
  • Loading branch information
eguzki authored Mar 1, 2021
2 parents 08b6939 + e20d595 commit 99ac480
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/projects/3scale-toolbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# and /opt/3scale-toolbox on all other platforms
install_dir "#{default_root}/#{name}"

build_version '0.17.1'
build_version '0.18.0'

build_iteration 1

Expand Down
7 changes: 6 additions & 1 deletion config/software/3scale-toolbox.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# These options are required for all software definitions
name '3scale-toolbox'
default_version '0.17.1'
default_version '0.18.0'

dependency 'ruby'
dependency 'rubygems'
Expand Down Expand Up @@ -71,6 +71,11 @@
md5: '8c45362d012f3786fd7be2d2612e8237'
end

version '0.18.0' do
source url: "https://github.com/3scale/3scale_toolbox/archive/v#{version}.tar.gz",
md5: '336599ed004c43bd8cfec7015eae6f36'
end

relative_path "3scale_toolbox-#{version}"

build do
Expand Down

0 comments on commit 99ac480

Please sign in to comment.