Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
chore(*) bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bungle committed Jun 6, 2019
1 parent 56de598 commit 4aaa46e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ before_install:
install:
- luarocks make
- cd kong-ce
- git checkout next
- make dev
- cp -r spec/fixtures ../spec
- createuser --createdb kong
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong-proxy-cache-plugin"
version = "1.2.1-0"
version = "1.2.2-0"

source = {
url = "git://github.com/Kong/kong-plugin-proxy-cache",
tag = "1.2.1"
tag = "1.2.2"
}

supported_platforms = {"linux", "macosx"}
Expand Down

0 comments on commit 4aaa46e

Please sign in to comment.