Skip to content

Commit

Permalink
bumped version to 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Feb 13, 2016
1 parent aa677e3 commit 39b23d9
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.9
VERSION=0.7.0

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.9"
const NGINX_BUILD_VERSION = "0.7.0"

// 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" "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
.
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.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.
Expand Down

0 comments on commit 39b23d9

Please sign in to comment.