Skip to content

Commit

Permalink
bumped version to 0.6.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Jan 17, 2016
1 parent f895f9b commit 07ba68b
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.6.5
VERSION=0.6.6

nginx-build: *.go
gom build -o nginx-build
Expand Down
2 changes: 1 addition & 1 deletion const.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

const NGINX_BUILD_VERSION = "0.6.5"
const NGINX_BUILD_VERSION = "0.6.6"

// nginx
const (
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" "January 04, 2016" "0.6.5" "nginx-build"
.TH "NGINX-BUILD" "7" "January 17, 2016" "0.6.6" "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.6.5'
version = '0.6.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.5'
release = '0.6.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 07ba68b

Please sign in to comment.