Skip to content

Commit

Permalink
Merge pull request #39 from ernestas-poskus/features/bump_proxysql_to…
Browse files Browse the repository at this point in the history
…_1_4_8

Bump proxysql to 1.4.8
  • Loading branch information
ernestas-poskus authored Jun 27, 2018
2 parents fd8be8e + 3e12ba9 commit c926676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ end
## Attributes

```ruby
default['proxysql']['version'] = '1.4.7'
default['proxysql']['version'] = '1.4.8'

default['proxysql']['user'] = 'proxysql'
default['proxysql']['group'] = 'proxysql'
Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
default['proxysql']['version'] = '1.4.7'
default['proxysql']['version'] = '1.4.8'

# Meant for easier contributing to this cookbook
default['proxysql']['lock_version'] = true
Expand Down

0 comments on commit c926676

Please sign in to comment.