Skip to content

Commit

Permalink
Merge pull request #25 from 3scale/release-0.12.3
Browse files Browse the repository at this point in the history
release 0.12.3
  • Loading branch information
eguzki authored Jul 8, 2019
2 parents e19fd9c + 4c975ad commit c04c4fa
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.12.0'
build_version '0.12.3'

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.12.0'
default_version '0.12.3'

dependency 'ruby'
dependency 'rubygems'
Expand Down Expand Up @@ -45,6 +45,11 @@
md5: '08209057c8c9bf4b066cf03afda52ae0'
end

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

relative_path "3scale_toolbox-#{version}"

build do
Expand Down

0 comments on commit c04c4fa

Please sign in to comment.