Skip to content

Commit

Permalink
bumped version to 0.9.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Nov 15, 2016
1 parent 8a0d6d9 commit bb0e846
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.9.9
VERSION=0.9.10
TARGETS_NOVENDOR=$(shell glide novendor)

nginx-build: *.go builder/*.go command/*.go configure/*.go module3rd/*.go openresty/*.go openssl/*.go util/*.go
Expand Down
2 changes: 1 addition & 1 deletion doc/_build/man/nginx-build.7
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "NGINX-BUILD" "7" "Oct 15, 2016" "0.9.9" "nginx-build"
.TH "NGINX-BUILD" "7" "November 16, 2016" "0.9.10" "nginx-build"
.SH NAME
nginx-build \- seamless nginx builder
.
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9.9'
version = '0.9.10'
# The full version, including alpha/beta/rc tags.
release = '0.9.8'
release = '0.9.10'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nginx-build.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

const (
NginxBuildVersion = "0.9.9"
NginxBuildVersion = "0.9.10"
)

var (
Expand Down

0 comments on commit bb0e846

Please sign in to comment.