Skip to content

Commit

Permalink
Merge pull request #24 from 3scale/relase-0.12.0
Browse files Browse the repository at this point in the history
release 0.12.0
  • Loading branch information
eguzki authored Jul 5, 2019
2 parents f9e910b + e8c7e44 commit e19fd9c
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.11.0'
build_version '0.12.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.11.0'
default_version '0.12.0'

dependency 'ruby'
dependency 'rubygems'
Expand Down Expand Up @@ -40,6 +40,11 @@
md5: '54a852b3bf9b3b50fc9a0e2a2efac554'
end

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

relative_path "3scale_toolbox-#{version}"

build do
Expand Down

0 comments on commit e19fd9c

Please sign in to comment.