Skip to content

Commit

Permalink
bumped nginx version to 1.11.8 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Dec 28, 2016
1 parent 2b9b6d0 commit 7828792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package builder

// nginx
const (
NginxVersion = "1.11.7"
NginxVersion = "1.11.8"
NginxDownloadURLPrefix = "http://nginx.org/download"
)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func versionsGen() []string {
1, // 1.8.x
15, // 1.9.x
2, // 1.10.x
7, // 1.11.x
8, // 1.11.x
}

// 0.1.0 ~ 0.9.7
Expand Down

0 comments on commit 7828792

Please sign in to comment.