Skip to content

Commit

Permalink
Merge pull request #28 from 3scale/release-0.14.0
Browse files Browse the repository at this point in the history
release 0.14.0
  • Loading branch information
eguzki authored Oct 29, 2019
2 parents 5af2a26 + 8aecfe5 commit dedc116
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.4'
build_version '0.14.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.12.4'
default_version '0.14.0'

dependency 'ruby'
dependency 'rubygems'
Expand Down Expand Up @@ -55,6 +55,11 @@
md5: 'aa1e7a9d61b7e171ba2d7927e9239cc3'
end

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

relative_path "3scale_toolbox-#{version}"

build do
Expand Down

0 comments on commit dedc116

Please sign in to comment.