diff --git a/Makefile b/Makefile index 720beab..2a1e60c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.6.9 +VERSION=0.7.0 nginx-build: *.go gom build -o nginx-build diff --git a/const.go b/const.go index aac9499..a27dc24 100644 --- a/const.go +++ b/const.go @@ -1,6 +1,6 @@ package main -const NGINX_BUILD_VERSION = "0.6.9" +const NGINX_BUILD_VERSION = "0.7.0" // nginx const ( diff --git a/doc/_build/man/nginx-build.7 b/doc/_build/man/nginx-build.7 index 8db07ec..11fa591 100644 --- a/doc/_build/man/nginx-build.7 +++ b/doc/_build/man/nginx-build.7 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "NGINX-BUILD" "7" "February 01, 2016" "0.6.9" "nginx-build" +.TH "NGINX-BUILD" "7" "February 14, 2016" "0.7.0" "nginx-build" .SH NAME nginx-build \- seamless nginx builder . diff --git a/doc/conf.py b/doc/conf.py index 21a19a0..43faa4d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '0.6.9' +version = '0.7.0' # The full version, including alpha/beta/rc tags. -release = '0.6.9' +release = '0.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.