Skip to content

Commit

Permalink
bumped version to 0.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Jul 9, 2015
1 parent 577ca89 commit f18f508
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.4.2
VERSION=0.4.3

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.4.2"
const NGINX_BUILD_VERSION = "0.4.3"

// 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" "June 27, 2015" "0.4.2" "nginx-build"
.TH "NGINX-BUILD" "7" "July 09, 2015" "0.4.3" "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.4.2'
version = '0.4.3'
# The full version, including alpha/beta/rc tags.
release = '0.4.2'
release = '0.4.3'

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

0 comments on commit f18f508

Please sign in to comment.