Skip to content

Commit b67752f

Browse files
authored
Merge pull request #32 from 3scale/release-0.17.1
release 0.17.1
2 parents 2fb5a16 + aee6444 commit b67752f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

config/projects/3scale-toolbox.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# This line is parsed to create docker image
1616
# regexp: ^build_version '\d+\.\d+\.\d+'$
17-
build_version '0.16.0'
17+
build_version '0.17.1'
1818

1919
build_iteration 1
2020

config/software/3scale-toolbox.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These options are required for all software definitions
22
name '3scale-toolbox'
3-
default_version '0.16.0'
3+
default_version '0.17.1'
44

55
dependency 'ruby'
66
dependency 'rubygems'
@@ -66,6 +66,11 @@
6666
md5: '13b033ac8acda90461ca9dd67f3f84d1'
6767
end
6868

69+
version '0.17.1' do
70+
source url: "https://github.com/3scale/3scale_toolbox/archive/v#{version}.tar.gz",
71+
md5: '8c45362d012f3786fd7be2d2612e8237'
72+
end
73+
6974
relative_path "3scale_toolbox-#{version}"
7075

7176
build do

0 commit comments

Comments
 (0)