Skip to content

Commit bbbdecb

Browse files
committed
bumped version to 0.4.4.
1 parent 605a12c commit bbbdecb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.4.3
1+
VERSION=0.4.4
22

33
nginx-build: *.go
44
gom build -o nginx-build

const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

3-
const NGINX_BUILD_VERSION = "0.4.3"
3+
const NGINX_BUILD_VERSION = "0.4.4"
44

55
// nginx
66
const (

doc/_build/man/nginx-build.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "NGINX-BUILD" "7" "July 09, 2015" "0.4.3" "nginx-build"
3+
.TH "NGINX-BUILD" "7" "August 20, 2015" "0.4.4" "nginx-build"
44
.SH NAME
55
nginx-build \- seamless nginx builder
66
.

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '0.4.3'
54+
version = '0.4.4'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '0.4.3'
56+
release = '0.4.4'
5757

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

0 commit comments

Comments
 (0)