We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc79083 + 0f359f5 commit 5af2a26Copy full SHA for 5af2a26
2 files changed
config/projects/3scale-toolbox.rb
@@ -14,7 +14,7 @@
14
15
# This line is parsed to create docker image
16
# regexp: ^build_version '\d+\.\d+\.\d+'$
17
-build_version '0.12.3'
+build_version '0.12.4'
18
19
build_iteration 1
20
config/software/3scale-toolbox.rb
@@ -1,6 +1,6 @@
1
# These options are required for all software definitions
2
name '3scale-toolbox'
3
-default_version '0.12.3'
+default_version '0.12.4'
4
5
dependency 'ruby'
6
dependency 'rubygems'
@@ -50,6 +50,11 @@
50
md5: '647e78b18e2954f04e32129c46271daa'
51
end
52
53
+version '0.12.4' do
54
+ source url: "https://github.com/3scale/3scale_toolbox/archive/v#{version}.tar.gz",
55
+ md5: 'aa1e7a9d61b7e171ba2d7927e9239cc3'
56
+end
57
+
58
relative_path "3scale_toolbox-#{version}"
59
60
build do
0 commit comments