Skip to content

Commit c53f30f

Browse files
committed
bump v0.3.8 stable
1 parent 2e1b85a commit c53f30f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/nsq.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name nsq
2-
%define version 0.3.7
2+
%define version 0.3.8
33
%define release 1
44
%define path usr/local
55
%define group Database/Applications

internal/version/binary.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"runtime"
66
)
77

8-
const Binary = "0.3.8-rc2"
8+
const Binary = "0.3.8"
99

1010
func String(app string) string {
1111
return fmt.Sprintf("%s v%s (built w/%s)", app, Binary, runtime.Version())

0 commit comments

Comments
 (0)