Skip to content

Commit 440f8f7

Browse files
committed
release 0.18.3
1 parent c55ecf2 commit 440f8f7

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
@@ -12,7 +12,7 @@
1212
# and /opt/3scale-toolbox on all other platforms
1313
install_dir "#{default_root}/#{name}"
1414

15-
build_version '0.18.0'
15+
build_version '0.18.3'
1616

1717
build_iteration 1
1818

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.18.0'
3+
default_version '0.18.3'
44

55
dependency 'ruby'
66
dependency 'rubygems'
@@ -76,6 +76,11 @@
7676
md5: '336599ed004c43bd8cfec7015eae6f36'
7777
end
7878

79+
version '0.18.3' do
80+
source url: "https://github.com/3scale/3scale_toolbox/archive/v#{version}.tar.gz",
81+
md5: 'f8124a1fd59d3866f01bd72703946614'
82+
end
83+
7984
relative_path "3scale_toolbox-#{version}"
8085

8186
build do

0 commit comments

Comments
 (0)