Skip to content

Commit

Permalink
Merge pull request #30 from 3scale/release-0.16.0
Browse files Browse the repository at this point in the history
release 0.16.0
  • Loading branch information
eguzki authored Feb 11, 2020
2 parents 54b9f73 + 60dfded commit 874edf3
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 @@ -14,7 +14,7 @@

# This line is parsed to create docker image
# regexp: ^build_version '\d+\.\d+\.\d+'$
build_version '0.14.0'
build_version '0.16.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.14.0'
default_version '0.16.0'

dependency 'ruby'
dependency 'rubygems'
Expand Down Expand Up @@ -60,6 +60,11 @@
md5: 'e777ad558e80e323d87ab83ed4949a06'
end

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

relative_path "3scale_toolbox-#{version}"

build do
Expand Down

0 comments on commit 874edf3

Please sign in to comment.